The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



StoreModel


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.



Last Update: 2023-Dec-05