|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--mark.nlp.features.Selector
Provides a routine that, given a ordered set of potential features, selects the best.
| Constructor Summary | |
Selector()
|
|
| Method Summary | |
static ObjectMap |
select(ObjectMap potentialFeatures,
int numFeatures)
Given a set of ordered potential features, selects the best. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Selector()
| Method Detail |
public static ObjectMap select(ObjectMap potentialFeatures,
int numFeatures)
throws java.lang.Exception
potentialFeatures - the ordered potential features.numFeatures - the number of features to select.
throws - Exception if numFeatures <= 0.
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||