Package mark.nlp.classifiers

Interface Summary
Classifier Interface for classifiers.
Results  
 

Class Summary
ErrorCorrecting A classifier that attempts to correct errors made by another classifier.
HierarchicalClassifier A base class for classifiers that classify in two steps, first through a root classifier and then through a child classifier.
HierarchyGenerating A classifier that generates a clustering of the categories and then does a two-level hierarchical training and classifcation.
InstanceFactory Differnet kinds of classifiers need different kinds of information on which to train and test.
SimpleInstanceFactory An instance factory that just passes on information rather than converting it into a different format.
SimpleInstanceFactory.DataSetInformation The data set information contains multiple components packaged in the following data structure.
SimpleResults A Results object that just stores the confusion matrix.
Util A collection of utility routines for instance vectors.