View source: R/normalizeData.R
min_max_normalization | R Documentation |
This function performs min-max normalization on a vector.
min_max_normalization(x)
x |
A numeric vector to be normalized. |
A normalized version of the input vector with values scaled between 0 and 1.
list_score = matrix(runif(5000, 1, 2), nrow = 100, ncol = 50)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.