ForestControl-class          package:party          R Documentation

_C_l_a_s_s "_F_o_r_e_s_t_C_o_n_t_r_o_l"

_D_e_s_c_r_i_p_t_i_o_n:

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

_O_b_j_e_c_t_s _f_r_o_m _t_h_e _C_l_a_s_s:

     Objects can be created by 'cforest_control'.

_S_l_o_t_s:

     '_n_t_r_e_e': number of trees in the forest.

     '_r_e_p_l_a_c_e': sampling with or without replacement.

     '_f_r_a_c_t_i_o_n': fraction of observations to sample without
          replacement.

     '_v_a_r_c_t_r_l': Object of class '"VariableControl"' ~~ 

     '_s_p_l_i_t_c_t_r_l': Object of class '"SplitControl"' ~~ 

     '_g_t_c_t_r_l': Object of class '"GlobalTestControl"' ~~ 

     '_t_g_c_t_r_l': Object of class '"TreeGrowControl"' ~~ 

_E_x_t_e_n_d_s:

     Class '"TreeControl"', directly.

_M_e_t_h_o_d_s:

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

