| Modifier and Type | Method and Description |
|---|---|
List<ScoredAnnotation<ANNOTATION>> |
InstanceCachingIncrementalBatchAnnotator.annotate(OBJECT object) |
List<ScoredAnnotation<ANNOTATION>> |
FeatureCachingIncrementalBatchAnnotator.annotate(OBJECT object) |
List<ScoredAnnotation<ANNOTATION>> |
Annotator.annotate(OBJECT object)
Generate annotations for the given object.
|
List<ScoredAnnotation<ANNOTATION>> |
RestrictedAnnotator.annotate(OBJECT object,
Collection<ANNOTATION> restrict)
Generate annotations for the given object, restricting
the potential annotations to coming from the given set.
|
| Modifier and Type | Method and Description |
|---|---|
int |
ScoredAnnotation.compareTo(ScoredAnnotation<ANNOTATION> o) |
| Modifier and Type | Method and Description |
|---|---|
List<ScoredAnnotation<ANNOTATION>> |
UniformRandomAnnotator.annotate(OBJECT image) |
List<ScoredAnnotation<ANNOTATION>> |
KNNAnnotator.annotate(OBJECT object) |
List<ScoredAnnotation<ANNOTATION>> |
IndependentPriorRandomAnnotator.annotate(OBJECT image) |
| Modifier and Type | Method and Description |
|---|---|
List<ScoredAnnotation<ANNOTATION>> |
NaiveBayesAnnotator.annotate(OBJECT object) |
protected abstract <ANNOTATION> |
NaiveBayesAnnotator.Mode.getAnnotations(gov.sandia.cognition.learning.algorithm.bayes.VectorNaiveBayesCategorizer<ANNOTATION,org.openimaj.ml.annotation.bayes.NaiveBayesAnnotator.PDF> categorizer,
gov.sandia.cognition.math.matrix.Vector vec) |
| Modifier and Type | Method and Description |
|---|---|
List<ScoredAnnotation<ANNOTATION>> |
LiblinearAnnotator.annotate(OBJECT object) |
List<ScoredAnnotation<ANNOTATION>> |
LinearSVMAnnotator.annotate(OBJECT object) |
List<ScoredAnnotation<ANNOTATION>> |
DenseLinearTransformAnnotator.annotate(OBJECT image) |
| Modifier and Type | Method and Description |
|---|---|
List<ScoredAnnotation<ANNOTATION>> |
ModelAnnotator.annotate(OBJECT object) |
| Modifier and Type | Method and Description |
|---|---|
List<ScoredAnnotation<ANNOTATION>> |
SVMAnnotator.annotate(OBJECT object)
Generate annotations for the given object.
|