autoscale {structToolbox} | R Documentation |
Each variable/feature is mean centred and scaled by the standard deviation. The transformed variables have zero-mean and unit-variance.
autoscale(mode = "data", ...)
mode |
(character) Mode of action. Allowed values are limited to the following:
The default is |
... |
Additional slots and values passed to |
A autoscale
object.
D = iris_DatasetExperiment() M = autoscale() M = model_train(M,D) M = model_predict(M,D)