ForestControl-class {party} | R Documentation |
Objects of this class represent the hyper parameter setting for forest growing.
Objects can be created by cforest_control
.
ntree
:number of trees in the forest.
replace
:sampling with or without replacement.
fraction
:fraction of observations to sample without replacement.
trace
:logical indicating if a progress bar shall be printed.
varctrl
:Object of class "VariableControl"
~~
splitctrl
:Object of class "SplitControl"
~~
gtctrl
:Object of class "GlobalTestControl"
~~
tgctrl
:Object of class "TreeGrowControl"
~~
Class "TreeControl"
, directly.
No methods defined with class "ForestControl" in the signature.