transform {mlapi} | R Documentation |
Generic function to transform data with pre-trained model
(inherits from mlapiTransformation)
## S3 method for class 'Matrix'
transform(`_data`, model, ...)
## S3 method for class 'matrix'
transform(`_data`, model, ...)
_data |
= x in other methods.
A matrix like object, should inherit from |
model |
object of class |
... |
additional data/model dependent arguments to downstream functions. |