normalize_to_one {caretEnsemble} | R Documentation |
Normalize to One
Description
Normalize a vector to sum to one.
Usage
normalize_to_one(x)
Arguments
x |
A numeric vector. |
Value
A numeric vector.
[Package caretEnsemble version 4.0.1 Index]