discretevar              package:dprep              R Documentation

_P_e_r_f_o_r_m_s _M_i_n_i_m_u_m _E_n_t_r_o_p_y _d_i_s_c_r_e_t_i_z_a_t_i_o_n _f_o_r _a _g_i_v_e_n _a_t_t_r_i_b_u_t_e

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

     This function carries out ME discretization for a given attribute
     of a  dataset

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

     discretevar(data, var, n, p)

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

    data: The name of the dataset

     var: The column were is located the attribute to be discretized

       n: number of rows of the dataset

       p: number of columns of the dataset

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

     Luis Daza

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

     'disc.mentr'

