classifierOutput-class     package:MLInterfaces     R Documentation

_C_l_a_s_s "_c_l_a_s_s_i_f_i_e_r_O_u_t_p_u_t" ~~~

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

     ~~ A concise (1-5 lines) description of what the class is.  ~~

_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("classifierOutput", ...)'. ~~ describe objects here ~~

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

     '_t_e_s_t_O_u_t_c_o_m_e_s': Object of class '"factor"' ~~ 

     '_t_e_s_t_P_r_e_d_i_c_t_i_o_n_s': Object of class '"factor"' ~~ 

     '_t_e_s_t_S_c_o_r_e_s': Object of class '"ANY"' ~~ 

     '_t_r_a_i_n_O_u_t_c_o_m_e_s': Object of class '"factor"' ~~ 

     '_t_r_a_i_n_P_r_e_d_i_c_t_i_o_n_s': Object of class '"factor"' ~~ 

     '_t_r_a_i_n_S_c_o_r_e_s': Object of class '"ANY"' ~~ 

     '_R_O_b_j_e_c_t': Object of class '"ANY"' ~~ 

     '_c_a_l_l': Object of class '"call"' ~~ 

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

     _c_o_n_f_u_M_a_t 'signature(obj = "classifierOutput")': ... 

     _R_O_b_j_e_c_t 'signature(obj = "classifierOutput")': ... 

     _s_h_o_w 'signature(object = "classifierOutput")': ... 

     _t_e_s_t_S_c_o_r_e_s 'signature(object = "classifierOutput")': ... 

     _t_e_s_t_P_r_e_d_i_c_t_i_o_n_s 'signature(object = "classifierOutput")': ... 

     _f_s_H_i_s_t_o_r_y 'signature(object = "classifierOutput")': ... 

_A_u_t_h_o_r(_s):

     ~~who you are~~

_E_x_a_m_p_l_e_s:

     showClass("classifierOutput")

