Description Usage Arguments Value Author(s) Source Examples
View source: R/Standardization.R
Z-score method is used to calculate the standardization value of data.The formula is (x-mean(x))/var(x). It can compress the data into the (0,1).
1 |
data |
Your input data, which can be numerci or data.frame |
dataframe |
Wether the data is dataframe. The default is False(numeric) |
Calculate the Z_score standardization of the dataset by the formula: (x-mean(x))/var(x)
Zongrui Dai
https://github.com/Zongrui-Dai/Kernel-lasso-feature-expansion
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.