predict.MARSBoost | R Documentation |
This function predicts the expected output by a MARSBoost
object.
## S3 method for class 'MARSBoost'
predict(object, newdata, x, class = 1, ...)
object |
A |
newdata |
|
x |
Inputs index. |
class |
Model for prediction. |
... |
further arguments passed to or from other methods. |
data.frame
with the predicted values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.