powered by
Removes columns with zero variance.
cleaned matrix
input matrix/dataframe
Provides functionality for StandardScaler operations.
VectorForgeML-package
s <- StandardScaler$new() x <- matrix(rnorm(20), nrow=10) s$fit(x) s$transform(x)
Run the code above in your browser using DataLab