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....



ModelType


Unit: SDL_statis
Class: TMLRModel
Declaration: property ModelType: TRegModelType;

The property ModelType controls the kind of regression model which is to be created or applied. The class TMLRModel supports three different kinds of regression models:
  • rmMLR ... multiple linear regression
  • rmLDA ... linear discriminant analysis
  • rmRR  ... ridge regression

Depending on the ModelType property several additional parameters have to be specified in order to create the model. For LDA models you have to specify the property LDAThreshold. For ridge regression models you have to specify Lambda.


Last Update: 2023-Dec-05