predict.BAGGS {FRESA.CAD} | R Documentation |
baggedModel
bagged modelsThis function predicts the class of a BAGGS generated models
## S3 method for class 'BAGGS'
predict(object,...)
object |
An object of class BAGGS |
... |
A list with: testdata=testdata. |
a named list with the predicted class of every data sample
Jose G. Tamez-Pena