create_kmeansbreaks {binst} | R Documentation |
Create kmeans breaks.
Description
Create kmeans breaks.
Usage
create_kmeansbreaks(x, control = NULL)
Arguments
x |
X is a numeric vector to be discretized |
control |
Control is used for optional parameters for the method |
Value
A vector containing the breaks
See Also
Examples
kmeans_breaks <- create_breaks(1:10)
create_bins(1:10, kmeans_breaks)
[Package binst version 0.2.1 Index]