This function predicts the expected output by a MARSBoost
object.
# S3 method for MARSBoost
predict(object, newdata, x, class = 1, ...)data.frame with the predicted values.
A MARSBoost object.
data.frame. Set of input variables to predict on.
Inputs index.
Model for prediction. 1 MARS Boost without smoothing.
2 MARS Boost with smoothing.
further arguments passed to or from other methods.