normalize {shapley} | R Documentation |
Normalize a vector based on specified minimum and maximum values
Description
This function normalizes a vector based on specified minimum and maximum values. If the minimum and maximum values are not specified, the function will use the minimum and maximum values of the vector.
Usage
normalize(x, min = NULL, max = NULL)
Arguments
x |
numeric vector |
min |
minimum value |
max |
maximum value |
Value
normalized numeric vector
Author(s)
E. F. Haghish
[Package shapley version 0.3 Index]