predict-abmodel-method: Predicting on new data with a *abmodel* model

Description Usage Arguments Value See Also

Description

This is a predict method for predicting new data points using a abmodel class object - refering to an ensemble of bagged trees

Usage

1
2
## S4 method for signature 'abmodel'
predict(object, newdata)

Arguments

object

A abmodel-class object.

newdata

New data to predict using an abmodel object

Value

predictions produced by an abmodel model.

See Also

abmodel-class for details about the bagging model;


fhpinto/autoBagging documentation built on May 24, 2019, 4:03 a.m.