pareto_scale {structToolbox}R Documentation

Pareto scaling

Description

Pareto scaling centres the columns of the data in a DatasetExperiment object and divides by the square root of the standard deviation.

Usage

pareto_scale(...)

Arguments

...

additional slots and values passed to struct_class

Value

A STRUCT model object with methods for pareto scaling.

struct object

Examples

D = iris_DatasetExperiment()
M = pareto_scale()
M = model_train(M,D)
M = model_predict(M,D)


[Package structToolbox version 1.0.1 Index]