predict.FRESAKNN {FRESA.CAD} | R Documentation |
Predicts class::knn
models
Description
This function predicts the outcome from a FRESAKNN model
Usage
## S3 method for class 'FRESAKNN'
predict(object,...)
Arguments
object |
An object of class FRESAKNN containing the KNN train set |
... |
A list with: testdata=testdata |
Value
A vector of the predicted values
Author(s)
Jose G. Tamez-Pena
See Also
KNN_method
, class::knn
[Package FRESA.CAD version 3.4.8 Index]