LTI-Lib latest version v1.9 - last update 10 Apr 2010

lti::hmmTrellisDiagram Class Reference

Draws the trellis diagram for visualizing the viterbi path selection given by lti::hmmViterbiPathSearch for a lti::hiddenMarkovModel! More...

#include <ltiHmmTrellisDiagram.h>

Inheritance diagram for lti::hmmTrellisDiagram:
Inheritance graph
[legend]
Collaboration diagram for lti::hmmTrellisDiagram:
Collaboration graph
[legend]

List of all members.

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
hmmTrellisDiagramcopy (const hmmTrellisDiagram &other)
hmmTrellisDiagramoperator= (const hmmTrellisDiagram &other)
virtual functorclone () const
const parametersgetParameters () const

Detailed Description

Draws the trellis diagram for visualizing the viterbi path selection given by lti::hmmViterbiPathSearch for a lti::hiddenMarkovModel!


Constructor & Destructor Documentation

lti::hmmTrellisDiagram::hmmTrellisDiagram (  ) 

default constructor

lti::hmmTrellisDiagram::hmmTrellisDiagram ( const hmmTrellisDiagram other  ) 

copy constructor

Parameters:
other the object to be copied
virtual lti::hmmTrellisDiagram::~hmmTrellisDiagram (  )  [virtual]

destructor


Member Function Documentation

bool lti::hmmTrellisDiagram::apply ( const lti::sequence< lti::dvector > &  seq,
const lti::hiddenMarkovModel hmm,
lti::channel8 result,
const std::string &  text = "" 
) const

operates on the given parameter.

Parameters:
seq the input observation sequence
hmm the hidden markov model to score the observation sequence
result the graphical output
text additional user defined text line to appear in output
Returns:
true if apply successful or false otherwise.
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.

Parameters:
other the functor to be copied
Returns:
a reference to this functor object

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  ) 

alias for copy member

Parameters:
other the functor to be copied
Returns:
a reference to this functor object

Reimplemented from lti::functor.


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

Generated on Sat Apr 10 15:27:25 2010 for LTI-Lib by Doxygen 1.6.1