cuda_ml_inverse_transform {cuda.ml} | R Documentation |
Apply the inverse transformation defined by a trained cuML model.
Description
Given a trained cuML model, apply the inverse transformation defined by that model to an input dataset.
Usage
cuda_ml_inverse_transform(model, x, ...)
Arguments
model |
A model object. |
x |
The dataset to be transformed. |
... |
Additional model-specific parameters (if any). |
Value
The transformed data points.
[Package cuda.ml version 0.3.2 Index]