#include <FeatureSelector.h>
Public Methods | |
| SelectionEvent (int i, double s, const util::List< int > &bestFeatures) | |
| Create a new optimization event. | |
Public Attributes | |
| int | iterationIndex |
| The index of the current generation (optimization level). | |
| double | goodness |
| The goodness of the best features. | |
| util::List< int > | features |
| The features with which the best result was obtained. | |
|
||||||||||||||||
|
Create a new optimization event.
|