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