trainTest           package:oneChannelGUI           R Documentation

_C_r_e_a_t_i_n_g _a _t_r_a_i_n_i_n_g _s_e_t _a_n_d _a _t_e_s_t _s_e_t _b_y _a _m_o_u_s_e _c_l_i_c_k

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

     This function allows the creation of a training set and a test set
     to be used for classification purposes.

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

     trainTest()

_D_e_t_a_i_l_s:

     User will be asked to assign names to the available classification
     parameters. User will be asked to select the number associated to
     one of the available classification parameters. The training set
     will be made, using the selected classification parameter and it
     will be made of 2/3  of the original data set. The test set will
     be the remaining 1/3.

_V_a_l_u_e:

_N_o_t_e:

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

     Raffaele A Calogero

_R_e_f_e_r_e_n_c_e_s:

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

     ##

