predict,BagModel-method | R Documentation |
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.
## S4 method for signature 'BagModel'
predict(object, newdata)
object |
A BagModel-class object. |
newdata |
New test data to predict using a |
predictions produced by a BagModel
model.
BagModel-class
for details about the bagging model.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.