Make predictions on new data points using a CuML SVM model.

# S3 method for cuda_ml_svm
predict(object, x, ...)

Arguments

object

A trained CuML model.

x

A matrix or dataframe containing new data points.

...

Additional arguments to predict(). Currently unused.

Value

Predictions on new data points.