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



CvdFPRate


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

The readonly array property CvdFPRate returns the false positive rates of a binary PLS-DA classifier, assuming that the binary target values are 1 and -1. Please note that the false positive rates are only valid after performing a cross validation. The index of the CvdFPRate property refers to the index of the response variables as stored in the matrix YMat and may take values between 1 and YMat.NrOfColumns.

Hint: If the target values of a binary response variable are not -1 (false) and +1 (true), the calculated CvdFPRate will be invalid.



Last Update: 2023-Feb-06