sbs1                  package:dprep                  R Documentation

_O_n_e-_s_t_e_p _s_e_q_u_e_n_t_i_a_l _b_a_c_k_w_a_r_d _s_e_l_e_c_t_i_o_n

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

     This functions performs one-step of the sequential backward
     selection procedure.

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

     sbs1(data, indic, correct0, kvec, method = c("lda", "knn",
      "rpart"))

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

    data: the name of a dataset

   indic: a vector of 0-1 values: 1 indicates a selected feature.

correct0: the recognition rate baed on the current subset of features

    kvec: the number of neighbors

  method: the classifier to be used

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

     Edgar Acuna

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

     'sffs'

