Uses of Class
hhreco.recognition.MSTrainingModel

Packages that use MSTrainingModel
hhreco.recognition Interfaces and core classes for doing multi-stroke symbol recognition. 
 

Uses of MSTrainingModel in hhreco.recognition
 

Methods in hhreco.recognition with parameters of type MSTrainingModel
 void MSTrainingModel.combine(MSTrainingModel model)
          Add the data in the specified model into "this" model.
 int HHRecognizer.addAndRetrain(MSTrainingModel model)
          Add the given set of data to the existing training set and retrain the recognizer.
 int HHRecognizer.train(MSTrainingModel model)
          Extract features from the training examples and train the classifier with them.