predict.FRESA_SVM {FRESA.CAD} | R Documentation |
TUNED_SVM
modelsThis function predicts the outcome from a TUNED_SVM model
## S3 method for class 'FRESA_SVM'
predict(object,...)
object |
An object of class FRESA_SVM |
... |
A list with: testdata=testdata |
the predict e1071::svm object
Jose G. Tamez-Pena