Description Arguments Value Author(s) Source Examples
View source: R/Standardization.R
max_min_scale is used to calculate the standardization value of data.The formula is (x-min(x))/(max(x)-min(x)). It can compress the data into the (0,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 max-min standardization of the dataset by the formula: (max(x)-x)/(max(x)-min(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.