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
double MinSpaceHeightRatio() const
void SetHistWindWid(int hist_wind_wid)
double CharBigramWgt() const
int TypeClassifier() const
double CombinerRunThresh() const
double CombinerClassifierThresh() const
double min_space_height_ratio_
virtual bool Load(string file_name)=0
void SetBeamWidth(int beam_width)
double word_unigrams_wgt_
double max_space_height_ratio_
double WordUnigramWgt() const
double MaxSpaceHeightRatio() const
virtual bool Save(string file_name)=0
void SetTypeClassifier(type_classifer tp_classifier)
void SetWordUnigramWgt(double wgt)
void SetMaxSegPerChar(int max_seg_per_char)
void SetRecoWgt(double wgt)
double max_word_aspect_ratio_
double combiner_run_thresh_
void SetCharBigramWgt(double wgt)
int MinConCompSize() const
void SetSizeWgt(double wgt)
type_classifer tp_classifier_
double combiner_classifier_thresh_
int MaxSegPerChar() const
double MaxWordAspectRatio() const
void SetTypeFeature(type_feature tp_feat)