predict,abmodel-method {autoBagging} | R Documentation |
Predicting on new data with a abmodel model
Description
This is a predict
method for predicting new data points using a
abmodel
class object - refering to an ensemble
of bagged trees
Usage
## S4 method for signature 'abmodel'
predict(object, newdata)
Arguments
object |
A abmodel-class object. |
newdata |
New data to predict using an |
Value
predictions produced by an abmodel
model.
See Also
abmodel-class
for details about the bagging model;
[Package autoBagging version 0.1.0 Index]