predict.greedyMSE | R Documentation |
Predict method for greedyMSE objects.
## S3 method for class 'greedyMSE'
predict(object, newdata, return_labels = FALSE, ...)
object |
A greedyMSE object. |
newdata |
A numeric matrix of new data. |
return_labels |
A logical scalar of whether to return labels. |
... |
Additional arguments. Ignored. |
A numeric matrix of predictions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.