Description Usage Arguments Value Examples
View source: R/autoscale_class.R
Each variable/feature is mean centred and scaled by the standard deviation. The transformed variables have zero-mean and unit-variance.
1 |
mode |
(character) Mode of action. Allowed values are limited to the following:
The default is |
... |
Additional slots and values passed to |
A autoscale
object.
1 2 3 4 | D = iris_DatasetExperiment()
M = autoscale()
M = model_train(M,D)
M = model_predict(M,D)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.