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



ClassifThreshold


Unit: SDL_statis
Class: TPLSModel
Declaration: property ClassifThreshold: TVector;

The readonly vector property ClassifThreshold returns the optimum classifier thresholds for PLS discriminant analyses. The length of the vector is YMat.NrOfColumns.

Please note that the property IsDiscriminantModel has to be TRUE and the method CalculateModel has to be called prior to reading ClassifThreshold, otherwise the returned values will be invalid.

Hint: The optimum threshold is determined by analyzing Matthews correlation coefficient.



Last Update: 2023-Feb-06