| 
    latest version v1.9 - last update 10 Apr 2010 | 
      | 
   
Draws the trellis diagram for visualizing the viterbi path selection given by lti::hmmViterbiPathSearch for a lti::hiddenMarkovModel! More...
#include <ltiHmmTrellisDiagram.h>


Classes | |
| class | parameters | 
| the parameters for the class hmmTrellisDiagram  More... | |
Public Member Functions | |
| hmmTrellisDiagram () | |
| hmmTrellisDiagram (const hmmTrellisDiagram &other) | |
| virtual | ~hmmTrellisDiagram () | 
| virtual const char * | getTypeName () const | 
| bool | apply (const lti::sequence< lti::dvector > &seq, const lti::hiddenMarkovModel &hmm, lti::channel8 &result, const std::string &text="") const | 
| hmmTrellisDiagram & | copy (const hmmTrellisDiagram &other) | 
| hmmTrellisDiagram & | operator= (const hmmTrellisDiagram &other) | 
| virtual functor * | clone () const | 
| const parameters & | getParameters () const | 
Draws the trellis diagram for visualizing the viterbi path selection given by lti::hmmViterbiPathSearch for a lti::hiddenMarkovModel!
| lti::hmmTrellisDiagram::hmmTrellisDiagram | ( | ) | 
default constructor
| lti::hmmTrellisDiagram::hmmTrellisDiagram | ( | const hmmTrellisDiagram & | other | ) | 
copy constructor
| other | the object to be copied | 
| virtual lti::hmmTrellisDiagram::~hmmTrellisDiagram | ( | ) |  [virtual] | 
        
destructor
| bool lti::hmmTrellisDiagram::apply | ( | const lti::sequence< lti::dvector > & | seq, | |
| const lti::hiddenMarkovModel & | hmm, | |||
| lti::channel8 & | result, | |||
| const std::string & |  text = "" | |||
| ) | const | 
| virtual functor* lti::hmmTrellisDiagram::clone | ( | ) |  const [virtual] | 
        
returns a pointer to a clone of this functor.
Implements lti::functor.
| hmmTrellisDiagram& lti::hmmTrellisDiagram::copy | ( | const hmmTrellisDiagram & | other | ) | 
copy data of "other" functor.
| other | the functor to be copied | 
Reimplemented from lti::functor.
| const parameters& lti::hmmTrellisDiagram::getParameters | ( | ) | const | 
returns used parameters
Reimplemented from lti::functor.
| virtual const char* lti::hmmTrellisDiagram::getTypeName | ( | ) |  const [virtual] | 
        
returns the name of this type ("hmmTrellisDiagram")
Reimplemented from lti::functor.
| hmmTrellisDiagram& lti::hmmTrellisDiagram::operator= | ( | const hmmTrellisDiagram & | other | ) |