predict.cuml_fil: Make predictions on new data points.

Description Usage Arguments Value See Also

View source: R/fil.R

Description

Make predictions on new data points using a FIL model. See cuml_predict for full documentation of parameters.

Usage

1
2
## S3 method for class 'cuml_fil'
predict(object, ...)

Arguments

object

A trained CuML model.

...

See cuml_predict for full documentation of all other parameters.

Value

Predictions on new data points.

See Also

cuml_predict


cuml documentation built on Sept. 21, 2021, 1:06 a.m.

Related to predict.cuml_fil in cuml...