predict.greedyMSE {caretEnsemble} | R Documentation |
Predict method for greedyMSE
Description
Predict method for greedyMSE objects.
Usage
## S3 method for class 'greedyMSE'
predict(object, newdata, return_labels = FALSE, ...)
Arguments
object |
A greedyMSE object. |
newdata |
A numeric matrix of new data. |
return_labels |
A logical scalar of whether to return labels. |
... |
Additional arguments. Ignored. |
Value
A numeric matrix of predictions.
[Package caretEnsemble version 4.0.1 Index]