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