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



LDAThreshold


Unit: SDL_statis
Class: TMLRModel
Declaration: property LDAThreshold: double;

The property LDAThreshold specifies the classification threshold which is used for LDA models (ModelType = rmLDA).

Hint: Please note that in order to obtain the optimum threshold the LDA model must be calculated twice. In a first step the LDA model should be calculated using a threshold which is approx. in the middle of the range of target values. In the second step the property LDAThreshold should be set to ROCThresh[BestROC] and the calculation of the model repeated.



Last Update: 2023-Dec-05