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