Uses of Package
hhreco.classification

Packages that use hhreco.classification
hhreco.classification This package provides data structures such as feature sets, training sets, as well as a classification framework for facilitating pattern classification tasks. 
hhreco.recognition Interfaces and core classes for doing multi-stroke symbol recognition. 
 

Classes in hhreco.classification used by hhreco.classification
Classification
          Data structure for storing a list of classifer type and confidence value pairs in the order of descending confidence values.
Classifier
          A Classifier performs generic classification on feature sets, the semantics of which it knows nothing about.
ClassifierException
          Thrown when there is some internal error in the training or classification process.
FeatureSet
          A data structure for storing features of an example; it is basically a typesafe array of doubles with appropriate accessor methods.
TrainableClassifier
          This classifier trains on a data set and performs classification based on what it has seen.
TrainingSet
          A TrainingSet contains a set of types, and for each type a corresponding set of positive and negative examples.
 

Classes in hhreco.classification used by hhreco.recognition
FeatureSet
          A data structure for storing features of an example; it is basically a typesafe array of doubles with appropriate accessor methods.
TrainableClassifier
          This classifier trains on a data set and performs classification based on what it has seen.