binr | R Documentation |
Functions for cutting numeric values into evenly distributed groups (bins).
Package binr
(pronounced as "binner") provides algorithms for cutting numerical values
exhibiting a potentially highly skewed distribution into evenly distributed
groups (bins). This functionality can be applied for binning discrete
values, such as counts, as well as for discretization of continuous values,
for example, during generation of features used in machine learning
algorithms.
Copyright (C) Collective, Inc. with portions Copyright (C) Jabiru Ventures LLC
Apache License, Version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
install.packages("binr")
library(devtools); devtools::install_github("jabiru/binr")
Sergei Izrailev, please contact at email stored at http://scr.im/izrg