cuml_transform: Transform data using a trained cuML model.

Description Usage Arguments Value

View source: R/model.R

Description

Given a trained cuML model, transform an input dataset using that model.

Usage

1
cuml_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.


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

Related to cuml_transform in cuml...