Description Usage Arguments Value Methods (by class)
generic method for bin_
1 2 3 4 5 6 7 8 9 |
.self |
the Performance object calling bin_ |
b |
a Bin object |
min.iv |
minimum information value to split |
min.cnt |
minimum number of observations per bin |
min.res |
minimum number of response counts per bin |
max.bin |
maximum number of resulting bins |
mono |
montoncity constraint of discretization process |
exceptions |
numeric vector of values to exclude from discretization#' |
.self |
a Binary_Performance object |
b |
a Continuous bin object |
modifies the Bin object in place
modifies the Bin object in place
.self = Binary_Performance,b = Continuous
: Bin a Continuous object using Binary_Performance
.self = Binary_Performance,b = Discrete
: Bin a Discrete object using Binary_Performance
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.