|
tesseract
3.03
|
#include <params_training_featdef.h>
Public Member Functions | |
| ParamsTrainingBundle () | |
| void | StartHypothesisList () |
| ParamsTrainingHypothesis & | AddHypothesis (const ParamsTrainingHypothesis &other) |
Public Attributes | |
| GenericVector < ParamsTrainingHypothesisList > | hyp_list_vec |
Definition at line 127 of file params_training_featdef.h.
Definition at line 129 of file params_training_featdef.h.
{};
| ParamsTrainingHypothesis& tesseract::ParamsTrainingBundle::AddHypothesis | ( | const ParamsTrainingHypothesis & | other | ) | [inline] |
Definition at line 137 of file params_training_featdef.h.
{
if (hyp_list_vec.empty()) StartHypothesisList();
hyp_list_vec.back().push_back(ParamsTrainingHypothesis(other));
return hyp_list_vec.back().back();
}
| void tesseract::ParamsTrainingBundle::StartHypothesisList | ( | ) | [inline] |
Definition at line 132 of file params_training_featdef.h.
Definition at line 144 of file params_training_featdef.h.