public interface NumAnnotationsChooser
| Modifier and Type | Method and Description |
|---|---|
int |
numAnnotations() |
<O,A> void |
train(List<? extends Annotated<O,A>> data)
Train the chooser with the given data.
|
<O,A> void train(List<? extends Annotated<O,A>> data)
O - Type of object being annotatedA - Type of annotationdata - the training dataint numAnnotations()