Tesseract  3.02
tesseract::ParamsTrainingBundle Class Reference

#include <params_training_featdef.h>

List of all members.

Public Member Functions

 ParamsTrainingBundle ()
void StartHypothesisList ()
ParamsTrainingHypothesisAddHypothesis ()

Public Attributes

GenericVector
< ParamsTrainingHypothesisList
hyp_list_vec

Detailed Description

Definition at line 97 of file params_training_featdef.h.


Constructor & Destructor Documentation

tesseract::ParamsTrainingBundle::ParamsTrainingBundle ( ) [inline]

Definition at line 99 of file params_training_featdef.h.

{};

Member Function Documentation

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]

Member Data Documentation


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