csys.scale {classys}R Documentation

Scale the given data by a specified method.

Usage

csys.scale(train, test = NULL, scale.method = c("min-max", "mean-sd", "median-mad")

Arguments

train train data used to generate classifiers.
test test data which is being classified.
scale.method it must be one of the supported method: min-max, mean-sd, median-mad.

See Also

csys.split


[Package classys version 0.0-2 Index]