All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
tesseract::ParamsTrainingBundle Class Reference

#include <params_training_featdef.h>

Public Member Functions

 ParamsTrainingBundle ()
 
void StartHypothesisList ()
 
ParamsTrainingHypothesisAddHypothesis (const ParamsTrainingHypothesis &other)
 

Public Attributes

GenericVector
< ParamsTrainingHypothesisList
hyp_list_vec
 

Detailed Description

Definition at line 127 of file params_training_featdef.h.

Constructor & Destructor Documentation

tesseract::ParamsTrainingBundle::ParamsTrainingBundle ( )
inline

Definition at line 129 of file params_training_featdef.h.

129 {};

Member Function Documentation

ParamsTrainingHypothesis& tesseract::ParamsTrainingBundle::AddHypothesis ( const ParamsTrainingHypothesis other)
inline

Definition at line 137 of file params_training_featdef.h.

138  {
139  if (hyp_list_vec.empty()) StartHypothesisList();
140  hyp_list_vec.back().push_back(ParamsTrainingHypothesis(other));
141  return hyp_list_vec.back().back();
142  }
GenericVector< ParamsTrainingHypothesisList > hyp_list_vec
void tesseract::ParamsTrainingBundle::StartHypothesisList ( )
inline

Definition at line 132 of file params_training_featdef.h.

132  {
134  }
GenericVector< ParamsTrainingHypothesisList > hyp_list_vec
GenericVector< ParamsTrainingHypothesis > ParamsTrainingHypothesisList

Member Data Documentation

GenericVector<ParamsTrainingHypothesisList> tesseract::ParamsTrainingBundle::hyp_list_vec

Definition at line 144 of file params_training_featdef.h.


The documentation for this class was generated from the following file: