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



CvdTPRate


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

The readonly array property CvdTPRate returns the true positive rates of a binary PLS-DA classifier, assuming that the binary target values are +1 and -1. Please note that the true positive rates are only valid after performing a cross validation. The index of the CvdTPRate 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 particular response variable are not equal to -1 (false) and +1 (true) the CvdTPRate will be invalid.



Last Update: 2023-Feb-06