powered by
The method searches the whole features subset in deep first order Kozen1992FSinR
deepFirstSearch(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 { ## Deep First Search for iris dataset (filter method) deepFirstSearch(iris, 'Species', binaryConsistency) # }
Run the code above in your browser using DataLab