| cuda_ml_transform | R Documentation |
Given a trained cuML model, transform an input dataset using that model.
cuda_ml_transform(model, x, ...)
model |
A model object. |
x |
The dataset to be transformed. |
... |
Additional model-specific parameters (if any). |
The transformed data points.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.