predict.cuml_svm: Make predictions on new data points.

Description Usage Arguments Value See Also

View source: R/svm.R

Description

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

Usage

1
2
## S3 method for class 'cuml_svm'
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_svm in cuml...