predict.greedyMSE: Predict method for greedyMSE

View source: R/greedyOpt.R

predict.greedyMSER 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.


caretEnsemble documentation built on Sept. 13, 2024, 1:11 a.m.