| cuda_ml_inverse_transform | R Documentation |
Given a trained cuML model, apply the inverse transformation defined by that model to an input dataset.
cuda_ml_inverse_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.