arlc_normalize_vector {arlclustering} | R Documentation |
Normalize a Numeric Vector
Description
This function normalizes a numeric vector to have values between 0 and 1.
Usage
arlc_normalize_vector(x)
Arguments
x |
A numeric vector. |
Value
A normalized numeric vector.
Examples
arlc_normalize_vector(c(1, 2, 3, 4, 5))
[Package arlclustering version 1.0.5 Index]