| Unit: |
SDL_statis |
| Class: |
TMLRModel |
| Declaration: |
procedure StoreModel (FName: String); |
The method StoreModel stores the following parameters of the regression model in a binary file:
- the size of the training data matrix
- the quality of fit
- the standard deviation of the residuals
- the F statistic of the model
- the names of the variables
- the regression coefficients
- minimum and maximum of the independent variables
- mean and variance of the variables
| Hint: |
Please note that this method does not store the data but only the parameters of the regression model.
|
|