pareto_scale {structToolbox} | R Documentation |
Pareto scaling centres the columns of the data in a DatasetExperiment object and divides by the square root of the standard deviation.
pareto_scale(...)
... |
additional slots and values passed to struct_class |
A STRUCT model object with methods for pareto scaling.
struct object
D = iris_DatasetExperiment() M = pareto_scale() M = model_train(M,D) M = model_predict(M,D)