cuml_inverse_transform: Apply the inverse transformation defined by a trained cuML...

Description Usage Arguments Value

View source: R/model.R

Description

Given a trained cuML model, apply the inverse transformation defined by that model to an input dataset.

Usage

1

Arguments

model

A model object.

x

The dataset to be transformed.

...

Additional model-specific parameters (if any).

Value

The transformed data points.


cuml documentation built on Sept. 21, 2021, 1:06 a.m.