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