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