Interface | Description |
---|---|
Classification<C> |
Represents a result of a
classification . |
ClassificationWithConfidence<C> |
Represents a result of a
classification that contains a confidence level. |
Classifier<T,C> |
Establish a basic interface for classifiers.
|
UpdatableClassifier<T,C> |
Extension of the
Classifier that allows to add or remove objects from the classifier. |
Class | Description |
---|---|
ClassificationBase<C> |
Basic implementation of the
Classification interface. |
Classifications |
Utility methods for classifications.
|
ClassificationWithConfidenceBase<C> |
Basic implementation of the
ClassificationWithConfidence interface. |
PipelineClassifier<T,C> |
Provides a classification via executing a pipeline of several classifiers.
|
Exception | Description |
---|---|
ClassificationException |
Throwable that indicates an error during classification.
|
String
or int identifier
.
An object can belong to multiple categories and a category can have multiple
objects.
There are basically two approaches to classification: