View source: R/getThresholds.R
getThresholds | R Documentation |
Get thresholds to discretize variables according to their split in tree ensemble models
getThresholds(conditions, data, Kmax = 2)
conditions |
character vector with all conditions from which to find the thresholds |
data |
data to discretize |
Kmax |
numeric, maximal number of categories for each variable (default: Kmax = 2). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.