committees | R Documentation |
Committee-based models enact a boosting-like procedure to produce ensembles.
committees
parameter is for the number of models in the ensembles while
max_rules
can be used to limit the number of possible rules.
committees(range = c(1L, 100L), trans = NULL)
max_rules(range = c(1L, 500L), trans = NULL)
range |
A two-element vector holding the defaults for the smallest and largest possible values, respectively. |
trans |
A |
A function with classes "quant_param" and "param"
committees()
committees(4:5)
max_rules()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.