featureSelectionOptions-class    package:Rmagpie    R Documentation

"_f_e_a_t_u_r_e_S_e_l_e_c_t_i_o_n_O_p_t_i_o_n_s": _A _v_i_r_t_u_a_l _c_l_a_s_s _t_o _s_t_o_r_e _t_h_e _o_p_t_i_o_n_s _o_f _a _f_e_a_t_u_r_e _s_e_l_e_c_t_i_o_n

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

     This virtual class has two descendants: geneSubsets and
     thresholds. As a virtual class, you can't create an object of
     class featureSelectionOptions.

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


     '_o_p_t_i_o_n_V_a_l_u_e_s': 'numeric' (vector). Value of the possible options

     '_n_o_O_f_O_p_t_i_o_n_s': 'numeric'. Total number of options

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


     '_g_e_t_O_p_t_i_o_n_V_a_l_u_e_s(_f_e_a_t_u_r_e_S_e_l_e_c_t_i_o_n_O_p_t_i_o_n_s)' Retreive the value of
          options (slot optionValues)

     '_g_e_t_N_o_O_f_O_p_t_i_o_n_s(_f_e_a_t_u_r_e_S_e_l_e_c_t_i_o_n_O_p_t_i_o_n_s)' Retreive the number of
          options (slot featureSelectionOptions)

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

     Camille Maumet

_S_e_e _A_l_s_o:

     'geneSubsets', 'thresholds'

