Generic function to fit transformers (inherits from mlapiTransformation)
fit_transform(x, model, y = NULL, ...)# S3 method for Matrix
fit_transform(x, model, y = NULL, ...)
# S3 method for matrix
fit_transform(x, model, y = NULL, ...)
A matrix like object, should inherit from Matrix
or matrix
instance of class estimator
which should implement method
with signature $fit(x, ...)
NULL
by default. Optional response variable for supervised models.
Should inherit from vector
Matrix
or matrix
.
See documentation for corresponding models.
additional data/model dependent arguments to downstream functions.
Transformed version of the x