Description Usage Arguments Value
Discretize database via topdown greedy approach. Based on discretization package created by HyunJi Kim.
1 | discretize(db, meth = 4, alpha = 0.05, n = 30)
|
db |
database to discretize (data.frame) |
meth |
measures of associations available 1. Caim 2. Cacc 3. Ameva 4. Info. Statistics 5. Kendall's Tau-C (numeric) |
alpha |
Penalization to limit number of categories. Only for methods 4 and 5. (numeric) |
n |
Desired Number of observations per Quantile. |
list with discretized data, vector of quantile cutpoints and the supervised method cutpoints.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.