predict.greedyMSE: Predict method for greedyMSE
Description
Predict method for greedyMSE objects.
Usage
# S3 method for greedyMSE
predict(object, newdata, return_labels = FALSE, ...)
Value
A numeric matrix of predictions.
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.