predict.plfd {PLFD} | R Documentation |
plfd
Predict Method for plfd
## S3 method for class 'plfd'
predict(object, x, y, ...)
object |
|
x |
Array, matrix-variate data to be predicted. |
y |
Vector (optional), Labels of |
... |
Ignored currently. |
list(W, y.hat, mcr)
with
W
: discriminant scores;
y.hat
: predicted labels;
mcr
: misclassification rate if parameter y
is available.