Description Usage Arguments Details Value Examples
Alternative names: min-max-scaling, data normalization.
1 | normalize(x, lower.bound = 0, upper.bound = 1)
|
x |
numeric |
lower.bound |
Lowest value after scaling. |
upper.bound |
Highest value after scaling. |
For standardazing with sample mean and sample standard deviation use base::scale().
See Feature Scaling Wikipedia, Normalization Wikipedia.
TODO: support matrices and data.frames
numeric
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.