Package | Description |
---|---|
messif.objects.classification.text |
Modifier and Type | Method and Description |
---|---|
static BestKeywordsReducer.BestKeywordValueSelector |
BestKeywordsReducer.BestKeywordValueSelector.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BestKeywordsReducer.BestKeywordValueSelector[] |
BestKeywordsReducer.BestKeywordValueSelector.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
BestKeywordsReducer(java.lang.Class<? extends C> categoriesClass,
BestKeywordsReducer.BestKeywordValueSelector selector,
int bestCount)
Creates a new reducer for selecting best keywords.
|