Home MathPack Statis Class TMLRModel Properties ModelType |
|
| See also: CalculateModel, TRegModelType, ThreshAcry, ThreshMMC, ThreshInfo |
|
ModelType |
 |
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.
|