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