| Package | Description |
|---|---|
| org.openimaj.ml.annotation.basic | |
| org.openimaj.ml.annotation.basic.util |
| Modifier and Type | Field and Description |
|---|---|
protected NumAnnotationsChooser |
UniformRandomAnnotator.numAnnotations |
protected NumAnnotationsChooser |
IndependentPriorRandomAnnotator.numAnnotations |
| Constructor and Description |
|---|
IndependentPriorRandomAnnotator(NumAnnotationsChooser chooser)
Construct with the given
NumAnnotationsChooser to determine how
many annotations are produced by calls to IndependentPriorRandomAnnotator.annotate(Object). |
UniformRandomAnnotator(NumAnnotationsChooser chooser)
Construct with the given
NumAnnotationsChooser to determine how
many annotations are produced by calls to UniformRandomAnnotator.annotate(Object). |
| Modifier and Type | Class and Description |
|---|---|
class |
FixedChooser
Always choose the same (fixed) number of annotations
|
class |
PriorChooser
Choose the number of annotations based on the numbers of annotations
of each training example.
|
class |
RandomChooser
Choose a random number of annotations between the given
limits.
|