apply_transform {multivarious} | R Documentation |
apply a pre-processing transform
Description
apply a pre-processing transform
Usage
apply_transform(x, X, colind, ...)
Arguments
x |
the pre_processor |
X |
the data matrix |
colind |
column indices |
... |
extra args |
Value
the transformed data
[Package multivarious version 0.2.0 Index]