Title: Min-Max normalization on a 0-1 scale.
Arguments
- x
Attribute value(s).
Value
A normalized value (between 0 and 1) when applied to a single value or a normalized attribute with values between 0 and 1.
Note
The lapply function is required to apply this function across several attributes.
References
https://www.statology.org/how-to-normalize-data-in-r/