party (version 1.3-3)

ForestControl-class: Class "ForestControl"

Description

Objects of this class represent the hyper parameter setting for forest growing.

Arguments

Objects from the Class

Objects can be created by cforest_control.

Slots

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"

Extends

Class "TreeControl", directly.

Methods

No methods defined with class "ForestControl" in the signature.