LearningSample Class          package:party          R Documentation

_C_l_a_s_s "_L_e_a_r_n_i_n_g_S_a_m_p_l_e"

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

     Objects of this class represent data for fitting tree-based
     models.

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

     Objects can be created by calls of the form 'new("LearningSample",
     ...)'.

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

     '_r_e_s_p_o_n_s_e_s': Object of class '"VariableFrame"' with the response
          variables. 

     '_i_n_p_u_t_s': Object of class '"VariableFrame"' with the input
          variables.

     '_w_e_i_g_h_t_s': Object of class '"numeric"', a vector of case counts or
          weights. 

     '_n_o_b_s': Object of class '"integer"', the number of observations. 

     '_n_i_n_p_u_t_s': Object of class '"integer"', the number of input
          variables.

     '_m_e_n_v': Object of class '"ModelEnv"', a model environment, see
          'ModelEnv-class'.

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

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

