Description Usage Arguments Value Examples
Normalization is a popular tool, which ensure same range [0,1] for all numerical variables.For further details see https://towardsdatascience.com/normalization-vs-standardization-quantitative-analysis-a91e8a79cebf.
1 |
x |
a input vector |
Normalized vector x
1 2 | example_vector=c(1,2,3,4,5,6,7,8,9,10)
normalization(example_vector)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.