create_mdlpbreaks {binst} | R Documentation |
Create breaks using mdlp
Description
Create breaks using mdlp
Usage
create_mdlpbreaks(x, y)
Arguments
x |
X is a numeric vector to be discretized |
y |
Y is the response vector used for calculating metrics for discretization |
Value
A vector containing the breaks
See Also
Examples
entropy_breaks <- create_breaks(1:10, rep(c(1,2), each = 5), method="entropy")
create_bins(1:10, entropy_breaks)
[Package binst version 0.2.1 Index]