powered by
Normalization and standardization techniques
scaling(x, method = "min-max")
A data frame
A Dataframe
Standardization or normalization technique. So far "min-max" and "standardization" are available
x <- data.frame(rnorm(20),rnorm(20),rnorm(20),rnorm(20)) scaling(x,method = "min-max")
Run the code above in your browser using DataLab