predict,scaleMatrix-method {RSSL} | R Documentation |
Predict for matrix scaling inspired by stdize from the PLS package
Description
Predict for matrix scaling inspired by stdize from the PLS package
Usage
## S4 method for signature 'scaleMatrix'
predict(object, newdata, ...)
Arguments
object |
scaleMatrix object |
newdata |
data to be scaled |
... |
Not used |
[Package RSSL version 0.9.7 Index]