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

Public Methods | |
| BeamSelector (GoodnessMeasure &measure, int beamWidth=3) | |
| Create an instance of the BeamSelector with the given goodness measure and beam width. | |
| util::List< int > | optimize (int totalCount, int desiredCount=-1) |
| Find a sub-optimal subset of items. | |
|
||||||||||||
|
Find a sub-optimal subset of items. The implementation of this method is method-dependent. By convention, each implementation should fire a SelectionEvent every time an optimization round is finished.
Implements prapi::SubSetSelector. |