24 #ifndef TUNING_PARAMS_H
25 #define TUNING_PARAMS_H
28 #ifdef USE_STD_NAMESPACE
82 virtual bool Save(
string file_name) = 0;
83 virtual bool Load(
string file_name) = 0;
129 #endif // TUNING_PARAMS_H
virtual bool Load(string file_name)=0
double MaxSpaceHeightRatio() const
double CombinerClassifierThresh() const
void SetHistWindWid(int hist_wind_wid)
double WordUnigramWgt() const
double MinSpaceHeightRatio() const
int MaxSegPerChar() const
double max_word_aspect_ratio_
void SetTypeFeature(type_feature tp_feat)
void SetBeamWidth(int beam_width)
double min_space_height_ratio_
double word_unigrams_wgt_
virtual bool Save(string file_name)=0
double CharBigramWgt() const
void SetTypeClassifier(type_classifer tp_classifier)
void SetMaxSegPerChar(int max_seg_per_char)
void SetRecoWgt(double wgt)
void SetCharBigramWgt(double wgt)
void SetSizeWgt(double wgt)
double CombinerRunThresh() const
int MinConCompSize() const
int TypeClassifier() const
double MaxWordAspectRatio() const
type_classifer tp_classifier_
double max_space_height_ratio_
double combiner_run_thresh_
double combiner_classifier_thresh_
void SetWordUnigramWgt(double wgt)