Edinburgh Speech Tools  2.1-release
EST_VTPath Class Reference

#include <include/EST_viterbi.h>

Collaboration diagram for EST_VTPath:

Public Member Functions

 EST_VTPath ()
 
 ~EST_VTPath ()
 

Public Attributes

double score
 
int state
 
EST_Features f
 
EST_VTCandidatec
 
EST_VTPathfrom
 
EST_VTPathnext
 

Detailed Description

Internal class to EST_Viterbi_Decoder used to a represent a link in a path the candidates.

Author
Alan W Black (awb@c.nosp@m.str..nosp@m.ed.ac.nosp@m..uk): July 1996

Definition at line 78 of file EST_viterbi.h.

Constructor & Destructor Documentation

EST_VTPath::EST_VTPath ( )
inline

Definition at line 81 of file EST_viterbi.h.

EST_VTPath::~EST_VTPath ( )
inline

Definition at line 82 of file EST_viterbi.h.

Member Data Documentation

double EST_VTPath::score

Definition at line 83 of file EST_viterbi.h.

int EST_VTPath::state

Definition at line 84 of file EST_viterbi.h.

EST_Features EST_VTPath::f

Definition at line 85 of file EST_viterbi.h.

EST_VTCandidate* EST_VTPath::c

Definition at line 86 of file EST_viterbi.h.

EST_VTPath* EST_VTPath::from

Definition at line 87 of file EST_viterbi.h.

EST_VTPath* EST_VTPath::next

Definition at line 88 of file EST_viterbi.h.


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