predict.cuml_knn: Make predictions on new data points.
Description
Make predictions on new data points using a CuML KNN model.
See cuml_predict
for full documentation of parameters.
Usage
# S3 method for cuml_knn
predict(object, ...)
Arguments
...
See cuml_predict
for full documentation of all other
parameters.
Value
Predictions on new data points.