inconsist {dprep} | R Documentation |
This function computes the inconsistency of a discretized dataset.
inconsist(data)
data |
a discretized dataset |
This function requires the function row.matches included in this environment package, and the function unique from the base library.
incon |
the inconsistency measure of the dataset |
Edgar Acuna
Dash M., Liu H, and Motoda, H. (1998). Consistency Based Feature Selection Pacific-Asia Conference on Knowledge Discovery and Data Mining
##---- Calculating Inconsistency ---- data(bupa) bupa.discew=disc.ew(bupa,1:6) inconsist(bupa.discew)