Description Usage Arguments Value Examples
View source: R/BeEFdiscretization_numnum.R
Discretize two quantitative variables by optimizing the obtained the Normalized Mutual Information
1 2 3 4 5 6 7 | BeEFdiscretization.numnum(
continuousX,
continuousY,
maxNbBins = 100,
includeNA = T,
showProgress = F
)
|
continuousX |
a vector of numeric. |
continuousY |
a vector of numeric. |
maxNbBins |
an integer corresponding to the number of bins limitation (for computation time limitation), maxNbBins=100 by default. |
includeNA |
a boolean. TRUE to include NA value as a factor level. |
showProgress |
a boolean to decide whether to show the progress bar. |
a list of two factors.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.