Package | Description |
---|---|
messif.objects.classification |
Support for object classification.
|
messif.objects.classification.text |
Modifier and Type | Class and Description |
---|---|
class |
ClassificationWithConfidenceBase<C>
Basic implementation of the
ClassificationWithConfidence interface. |
Modifier and Type | Method and Description |
---|---|
ClassificationBase<C> |
ClassificationBase.add(C category)
Adds the given category to this classification.
|
ClassificationBase<C> |
ClassificationBase.addAll(java.lang.Iterable<?> categories,
boolean ignoreIncompatibleCategory)
Adds the categories provided by the
Iterable to this classification. |
ClassificationBase<C> |
ClassificationBase.addAll(java.util.Iterator<?> categories,
boolean ignoreIncompatibleCategory)
Adds the categories provided by the iterator to this classification.
|
ClassificationBase<C> |
ClassificationBase.addArray(java.lang.Object array,
boolean ignoreIncompatibleCategory)
Adds the categories from a static array to this classification.
|
Modifier and Type | Class and Description |
---|---|
class |
KeywordClassification<T>
Encapsulation object for the data on which the
KeywordClassifier operates. |