Applies the Minimum-Description_Length-Criterion (MDLC) Sheinvald1990FSinR to evaluate a set of features.
MDLC(data, class, features)
A data frame with the features and the class of the examples
The name of the dependent variable
The names of the selected features
MDLC value for the selected features
# NOT RUN {
MDLC(iris,'Species',c('Sepal.Width', 'Sepal.Length'))
# }
Run the code above in your browser using DataLab