#include <include/EST_viterbi.h>

Public Attributes | |
| float | score |
| EST_Val | name |
| int | pos |
| EST_Item * | s |
| EST_VTCandidate * | next |
Internal class to \Ref{EST_Viterbi_Decoder} used to a represent a candidate.
These objects need to be created and set by the user of the Viterbi decoder.
Definition at line 58 of file EST_viterbi.h.
|
inline |
Definition at line 61 of file EST_viterbi.h.
|
inline |
Definition at line 62 of file EST_viterbi.h.
| float EST_VTCandidate::score |
Definition at line 63 of file EST_viterbi.h.
| EST_Val EST_VTCandidate::name |
Definition at line 64 of file EST_viterbi.h.
| int EST_VTCandidate::pos |
Definition at line 65 of file EST_viterbi.h.
| EST_Item* EST_VTCandidate::s |
Definition at line 66 of file EST_viterbi.h.
| EST_VTCandidate* EST_VTCandidate::next |
Definition at line 67 of file EST_viterbi.h.