inconsist               package:dprep               R Documentation

_C_o_m_p_u_t_i_n_g _t_h_e _i_n_c_o_n_s_i_s_t_e_n_c_y _m_e_a_s_u_r_e

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

     This function computes the inconsistency of a discretized dataset.

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

     inconsist(data)

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

    data: a discretized dataset

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

     This function requires the function row.matches included in this
     environment package, and the function unique from the base
     library.

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

   incon: the inconsistency measure of the dataset

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

     Edgar Acuna

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

     Dash M.,  Liu H, and  Motoda, H. (1998). Consistency Based Feature
     Selection   Pacific-Asia Conference on Knowledge Discovery and
     Data Mining

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

     'finco', 'lvf'

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

     ##---- Calculating Inconsistency ----
     data(bupa)
     disbupa=disc.ew(bupa,1:6)
     inconsist(disbupa)

