Skip to contents

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.