Class | Description |
---|---|
DenseLinearTransformAnnotator<OBJECT,ANNOTATION> |
An annotator that determines a "transform" between feature vectors and
vectors of annotation counts.
|
LiblinearAnnotator<OBJECT,ANNOTATION> |
Annotator based on linear classifiers learned using Liblinear (see
Linear ) or DenseLinear depending on the density of the
features. |
LinearSVMAnnotator<OBJECT,ANNOTATION> |
An
Annotator based on a set of linear SVMs (one per annotation). |
Enum | Description |
---|---|
LiblinearAnnotator.Mode |
The classifier mode; either multiclass or multilabel.
|