Go to the documentation of this file.
29 #ifndef CONV_NET_CLASSIFIER_H
30 #define CONV_NET_CLASSIFIER_H
46 static const float kFoldingRatio = 0.75;
80 virtual bool Init(
const string &data_file_path,
const string &
lang,
83 bool LoadNets(
const string &data_file_path,
const string &lang);
85 virtual bool LoadFoldingSets(
const string &data_file_path,
94 #endif // CONV_NET_CLASSIFIER_H