learnerSchema-class       package:MLInterfaces       R Documentation

_C_l_a_s_s "_l_e_a_r_n_e_r_S_c_h_e_m_a" - _c_o_n_v_e_y _i_n_f_o_r_m_a_t_i_o_n _o_n _a _m_a_c_h_i_n_e _l_e_a_r_n_i_n_g
_f_u_n_c_t_i_o_n _t_o _t_h_e _M_L_e_a_r_n _w_r_a_p_p_e_r

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

     conveys information about machine learning functions in CRAN
     packages, for example, to MLearn wrapper

_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("learnerSchema",
     ...)'.

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

     '_p_a_c_k_a_g_e_N_a_m_e': Object of class '"character"' string naming the
          package in which the function to be used is defined. 

     '_m_l_F_u_n_N_a_m_e': Object of class '"character"' string naming the
          function to be used 

     '_c_o_n_v_e_r_t_e_r': Object of class '"function"' function with parameters
          obj, data, trainInd, that will produce a classifierOutput
          instance 

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

     _M_L_e_a_r_n 'signature(formula = "formula", data = "ExpressionSet",
          method = "learnerSchema", trainInd = "numeric", mlSpecials =
          "missing")': execute desired learner passing a formula and
          ExpressionSet

     _M_L_e_a_r_n 'signature(formula = "formula", data = "data.frame", method
          = "learnerSchema", trainInd = "numeric", mlSpecials =
          "missing")': execute desired learner passing a formula 

     _s_h_o_w 'signature(object = "learnerSchema")': concise display 

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

     Vince Carey <stvjc@channing.harvard.edu>

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

     showClass("learnerSchema")

