Predicting on new data with a abmodel model
This is a predict
method for predicting new data points using a abmodel
class object - refering to an ensemble of bagged trees
methods
## S4 method for signature 'abmodel' predict(object, newdata)
object
: A abmodel-class object.newdata
: New data to predict using an abmodel
objectpredictions produced by an abmodel
model.
abmodel-class
for details about the bagging model;
Useful links