reliefcat               package:dprep               R Documentation

_F_e_a_t_u_r_e _s_e_l_e_c_t_i_o_n _b_y _t_h_e _R_e_l_i_e_f _f_o_r _d_a_t_a_s_e_t_s _o_n_l_y _w_i_t_h _n_o_m_i_n_a_l _f_e_a_t_u_r_e_s

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

     This function applies the RELIEF on datasets containing either 
     continuous or nominal attributes.

_U_s_a_g_e:

     reliefcat(data, nosample, threshold, vnom)

_A_r_g_u_m_e_n_t_s:

    data: the name of the dataset 

nosample: the size of the sample drawn for updatin the relevance of
          each feature

threshold: the threshold for choosing the relevant features

    vnom: a vector of indexes indicating the nominal features

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

     Edgar Acuna

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

     'relief'

