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