| Package | Description |
|---|---|
| org.openimaj.ml.annotation | |
| org.openimaj.ml.annotation.basic | |
| org.openimaj.ml.annotation.bayes |
| Modifier and Type | Class and Description |
|---|---|
class |
FeatureCachingIncrementalBatchAnnotator<OBJECT,ANNOTATION,FEATURE>
Adaptor that allows a
BatchAnnotator to behave like a
IncrementalAnnotator by caching extracted features and then
performing training only when FeatureCachingIncrementalBatchAnnotator.annotate(Object) is called. |
class |
InstanceCachingIncrementalBatchAnnotator<OBJECT,ANNOTATION>
Adaptor that allows a
BatchAnnotator to behave like a
IncrementalAnnotator by caching instances and then performing
training only when InstanceCachingIncrementalBatchAnnotator.annotate(Object) is called. |
| Modifier and Type | Class and Description |
|---|---|
class |
KNNAnnotator<OBJECT,ANNOTATION,FEATURE>
Annotator based on a multi-class k-nearest-neighbour classifier.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NaiveBayesAnnotator<OBJECT,ANNOTATION>
Annotator based on a Naive Bayes Classifier.
|