Base abstract class for all transformations
Base class for all online transformations.
mlapiTransformation
R6Class object.
$fit_transform(x, y = NULL, ...)$transform(x, ...)Performs transformation of the new data (after model was trained)
A matrix like object, should inherit from Matrix or matrix.
Allowed classes should be defined in child classes.
NULL. Optional taget variable. Usually this should be NULL.
There few cases when it could be used.
additional parameters with default values
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.