Interface | Description |
---|---|
Classifier |
This is an interface for classifiers that are able to correctly treat our
data structure.
|
TrainingUtils.ParameterSweep<C extends Classifier> |
This is an interface to define a parameter sweep on some classifier.
|
Class | Description |
---|---|
ClassifierEvaluation | |
ClassifierEvaluation.SetEvaluation |
This object encapsulates evaluation measures for one set, either training
or test.
|
FeatureUtils |
This is a collection of static functions to calculate some standard features.
|
LibLinearClassifier |
This is a wrapper for Benedikt Waldvogels liblinear implementation for Java.
|
NonOverlappingCache |
This is a helper class to retrieve all annotations in a certain section of
the text.
|
NonOverlappingCache.AnnotationCache<X extends org.apache.uima.jcas.tcas.Annotation> |
This stores all instances of X in a document according to their starting
position.
|
TrainingUtils |
This is a wrapper class for some classifier training functionality.
|
Tuple<A,B> |
Copyright © 2014. All rights reserved.