csys.scale {classys} | R Documentation |
csys.scale(train, test = NULL, scale.method = c("min-max", "mean-sd", "median-mad")
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. |