autoscale {structToolbox} | R Documentation |
Autoscaling centres the columns of the data in a DatasetExperiment object and divides by the standard deviation.
autoscale(mode = "data", ...)
mode |
Used to control whether centring is apply to the data, the meta data or both. Can be any one of "data","sample_meta" or "both". default is "data". |
... |
additional slots and values passed to struct_class |
A STRUCT model object with methods for autoscaling.
struct object
D = iris_DatasetExperiment() M = autoscale() M = model_train(M,D) M = model_predict(M,D)