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

Description Usage Arguments Value See Also

Description

This is a predict method for predicting new test points using a BagModel class object - refering to an ensemble of weak models whose type is selected by the user.

Usage

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

Arguments

object

A BagModel-class object.

newdata

New test data to predict using a BagModel object.

Value

predictions produced by a BagModel model.

See Also

BagModel-class for details about the bagging model.


paobranco/UBL documentation built on May 6, 2021, 6:57 p.m.