pareto_scale {structToolbox} | R Documentation |
The mean sample is subtracted from all samples and then scaled by the square root of the standard deviation. The transformed data has zero mean.
pareto_scale(...)
... |
Additional slots and values passed to |
A pareto_scale
object with the following output
slots:
scaled | (DatasetExperiment) |
mean | (numeric) |
sd | (numeric) |
D = iris_DatasetExperiment() M = pareto_scale() M = model_train(M,D) M = model_predict(M,D)