Rdocumentation
powered by
Learn R Programming
caretEnsemble (version 4.0.1)
normalize_to_one: Normalize to One
Description
Normalize a vector to sum to one.
Usage
normalize_to_one(x)
Value
A numeric vector.
Arguments
x
A numeric vector.