powered by
Normalize each column of x to have mean 0 and standard deviation 1.
Standard_Normalization(x)
A sample-feature matrix with rows as samples and columns as features
A sample-feature matrix with rows as samples and columns as features,each column of the matrix have mean 0 and standard deviation 1
# NOT RUN { data_list <- simu_data_gen() x <- data_list[[1]] data_matrix <- Standard_Normalization(x) # }
Run the code above in your browser using DataLab