classify.plsda {mdatools} | R Documentation |
Converts PLS predictions of y values to predictions of classes
classify.plsda(model, y)
model |
a PLS-DA model (object of class |
y |
a matrix with predicted y values |
This is a service function for PLS-DA class, do not use it manually.
Classification results (an object of class classres
)