predict,BagModel-method {UBL} | R Documentation |
Predicting on new data with a BagModel model
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
## S4 method for signature 'BagModel'
predict(object, newdata)
Arguments
object |
A BagModel-class object. |
newdata |
New test data to predict using a |
Value
predictions produced by a BagModel
model.
See Also
BagModel-class
for details about the bagging model.
[Package UBL version 0.0.9 Index]