predict.cuda_ml_svm: Make predictions on new data points.

View source: R/svm.R

predict.cuda_ml_svmR Documentation

Make predictions on new data points.

Description

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

Usage

## S3 method for class '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.


cuda.ml documentation built on April 29, 2026, 5:10 p.m.