cforest | R Documentation |
?partykit::cforest
.Conditional Random Forests
See ?partykit::cforest
.
cforest( formula, data, weights, subset, offset, cluster, strata, na.action = na.pass, control = partykit::ctree_control(teststat = "quad", testtype = "Univ", mincriterion = 0, saveinfo = FALSE, ...), ytrafo = NULL, scores = NULL, ntree = 500L, perturb = list(replace = FALSE, fraction = 0.632), mtry = ceiling(sqrt(nvar)), applyfun = NULL, cores = NULL, trace = FALSE, ... )
formula |
(see |
data |
(see |
weights |
(see |
subset |
(see |
offset |
(see |
cluster |
(see |
strata |
(see |
na.action |
(see |
control |
(see |
ytrafo |
(see |
scores |
(see |
ntree |
(see |
perturb |
(see |
mtry |
(see |
applyfun |
(see |
cores |
(see |
trace |
(see |
... |
(see |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.