predict,abmodel-method {autoBagging} | R Documentation |
This is a predict
method for predicting new data points using a
abmodel
class object - refering to an ensemble
of bagged trees
## S4 method for signature 'abmodel'
predict(object, newdata)
object |
A abmodel-class object. |
newdata |
New data to predict using an |
predictions produced by an abmodel
model.
abmodel-class
for details about the bagging model;