powered by
The method searches the whole features subset in breadth first order Kozen1992FSinR
breadthFirstSearch(data, class, featureSetEval)
A data frame with the features and the class of the examples
The name of the dependent variable
The measure for evaluate features
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 { ## Breadth First Search for iris dataset (filter method) breadthFirstSearch(iris, 'Species', binaryConsistency) # }
Run the code above in your browser using DataLab