#include <FeatureSelector.h>
Inheritance diagram for prapi::SubSetSelector::GoodnessMeasure:

Public Methods | |
| virtual double | measureGoodness (SubSetSelector &selector, const util::List< int > &enabledIndices)=0 |
| Measure the goodness of a subset (of features). | |
|
||||||||||||
|
Measure the goodness of a subset (of features). Subclasses must override this method and find out a method of evaluating the goodness of the given subset. A typical way of evaluating the subset is to perform a classification experiment with the indicated items (features) enabled.
|