Tesseract 3.01
|
#include <hybrid_neural_net_classifier.h>
Public Member Functions | |
HybridNeuralNetCharClassifier (CharSet *char_set, TuningParams *params, FeatureBase *feat_extract) | |
virtual | ~HybridNeuralNetCharClassifier () |
virtual bool | Train (CharSamp *char_samp, int ClassID) |
virtual bool | SetLearnParam (char *var_name, float val) |
void | SetNet (tesseract::NeuralNet *net) |
virtual CharAltList * | Classify (CharSamp *char_samp) |
virtual int | CharCost (CharSamp *char_samp) |
tesseract::HybridNeuralNetCharClassifier::HybridNeuralNetCharClassifier | ( | CharSet * | char_set, |
TuningParams * | params, | ||
FeatureBase * | feat_extract | ||
) |
tesseract::HybridNeuralNetCharClassifier::~HybridNeuralNetCharClassifier | ( | ) | [virtual] |
int tesseract::HybridNeuralNetCharClassifier::CharCost | ( | CharSamp * | char_samp | ) | [virtual] |
Implements tesseract::CharClassifier.
CharAltList * tesseract::HybridNeuralNetCharClassifier::Classify | ( | CharSamp * | char_samp | ) | [virtual] |
Implements tesseract::CharClassifier.
bool tesseract::HybridNeuralNetCharClassifier::SetLearnParam | ( | char * | var_name, |
float | val | ||
) | [virtual] |
Implements tesseract::CharClassifier.
void tesseract::HybridNeuralNetCharClassifier::SetNet | ( | tesseract::NeuralNet * | net | ) |
bool tesseract::HybridNeuralNetCharClassifier::Train | ( | CharSamp * | char_samp, |
int | ClassID | ||
) | [virtual] |
Implements tesseract::CharClassifier.