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



ROCThresh


Unit: SDL_statis
Class: TMLRModel
Declaration: property ROCThresh [ix: integer]: double;

The array property ROCThresh returns the LDA discrimination threshold at a particular position of the ROC curve (blue curve in the figure below). The parameter ix can take values between 1 and ROCLength.

Hint: Please note that the ROC curve is only calculated when building an LDA model. Thus all the ROC related properties will be valid only if ModelType is rmLDA and after calling CalculateModel.



Last Update: 2023-Dec-05