|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--mark.nlp.features.None
An Orderer that does not change the order of the potential features. This orderer ignores its parameter.
| Constructor Summary | |
None()
|
|
| Method Summary | |
ObjectMap |
order(BagCorpusCounter counter,
BagCorpusCounter[] catCounters,
ObjectMap potentialFeatures,
java.lang.String parameter)
Given corpus counters for a data set and a set of potential features, orders the potential features according to some criteria. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public None()
| Method Detail |
public ObjectMap order(BagCorpusCounter counter,
BagCorpusCounter[] catCounters,
ObjectMap potentialFeatures,
java.lang.String parameter)
throws java.lang.Exception
Orderer
order in interface Orderercounter - a corpus counter in which each bag corresponds to a category.catCounters - a set of counters. For the counter with index i, bags
correspond to documents within category i.potentialFeatures - the set of potential features.
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||