powered by
Linear Consistency-Constrained algorithm described in ShinXu2009FSinR.
LCC( data, class, featureSetEval, featureEval = symmetricalUncertain, threshold = 0.9 )
A data frame with the features and the class of the examples
The name of the dependent variable
The measure for evaluate feature sets
The measure for evaluate individual features
Threshold
A list is returned containing:
A vector with all features. Selected features are marked with 1, unselected features are marked with 0
Evaluation measure obtained with the feature selection
# NOT RUN { ## sfbs method for iris dataset (filter method) LCC(iris, 'Species', IEConsistency) # }
Run the code above in your browser using DataLab