|
Tesseract
3.02
|
#include <params_training_featdef.h>
Public Member Functions | |
| ParamsTrainingBundle () | |
| void | StartHypothesisList () |
| ParamsTrainingHypothesis & | AddHypothesis () |
Public Attributes | |
| GenericVector < ParamsTrainingHypothesisList > | hyp_list_vec |
Definition at line 97 of file params_training_featdef.h.
| tesseract::ParamsTrainingBundle::ParamsTrainingBundle | ( | ) | [inline] |
Definition at line 99 of file params_training_featdef.h.
{};
| ParamsTrainingHypothesis& tesseract::ParamsTrainingBundle::AddHypothesis | ( | ) | [inline] |
Definition at line 107 of file params_training_featdef.h.
{
if (hyp_list_vec.empty()) StartHypothesisList();
hyp_list_vec.back().push_back(ParamsTrainingHypothesis());
return hyp_list_vec.back().back();
}
| void tesseract::ParamsTrainingBundle::StartHypothesisList | ( | ) | [inline] |
Definition at line 102 of file params_training_featdef.h.
Definition at line 113 of file params_training_featdef.h.