#include <include/EST_viterbi.h>
Public Attributes | |
double | score |
int | state |
EST_Features | f |
EST_VTCandidate * | c |
EST_VTPath * | from |
EST_VTPath * | next |
Internal class to \Ref{EST_Viterbi_Decoder} used to a represent a link in a path the candidates.
Definition at line 76 of file EST_viterbi.h.
|
inline |
Definition at line 79 of file EST_viterbi.h.
|
inline |
Definition at line 80 of file EST_viterbi.h.
double EST_VTPath::score |
Definition at line 81 of file EST_viterbi.h.
int EST_VTPath::state |
Definition at line 82 of file EST_viterbi.h.
EST_Features EST_VTPath::f |
Definition at line 83 of file EST_viterbi.h.
EST_VTCandidate* EST_VTPath::c |
Definition at line 84 of file EST_viterbi.h.
EST_VTPath* EST_VTPath::from |
Definition at line 85 of file EST_viterbi.h.
EST_VTPath* EST_VTPath::next |
Definition at line 86 of file EST_viterbi.h.