|
MI.m
|
Mutual information (a feature scoring method)
|
SD.m
|
Statistical dependency (a feature scoring method)
|
RSFS.m
|
Random subset feature selection
|
SFS.m
|
Sequential forward selection
|
SFFS.m
|
Sequential floating forward selection
|
KNN.m
|
k-nearest-neighbors classification (for evaluation)
|
KNNI.m
|
k-nearest-neighbors with incremental distance update (faster for nested feature subsets)
|
l2i.m
|
A helper function to convert string labels to integer labels
|
uac.m
|
A scoring function to evaluate the classification performance
|
demo_simple.m
|
A simple demo script to illustrate the usage of the feature selection functions by using the same data set for feature selection, classifier training and classifier evaluation
|
demo_cv.m
|
A more realistic demo script using cross validation
|
ZIP file
|
Contains the current versions
|