Description Usage Arguments Value Examples
View source: R/paretoscale_class.R
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.
1 |
... |
Additional slots and values passed to |
A pareto_scale
object.
1 2 3 4 | D = iris_DatasetExperiment()
M = pareto_scale()
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.