.uniformize {h2o} | R Documentation |
Convert to quantiles when provided with numeric vector. When col is a factor vector assign uniformly value between 0 and 1 to each level.
Description
Convert to quantiles when provided with numeric vector. When col is a factor vector assign uniformly value between 0 and 1 to each level.
Usage
.uniformize(col)
Arguments
col |
vector |
Value
vector with values between 0 and 1
[Package h2o version 3.44.0.3 Index]