Public Attributes | List of all members
moot::mootHMM::ViterbiColumn Class Reference

Type for a Viterbi trellis column. More...

Collaboration diagram for moot::mootHMM::ViterbiColumn:
Collaboration graph
[legend]

Public Attributes

ViterbiRowrows
 Column rows. More...
 
ViterbiColumncol_prev
 Previous column. More...
 
ProbT bbestpr
 Best probability in column for beam search. More...
 
ProbT bpprmin
 Minimum previous probability for beam search. More...
 

Detailed Description

A Viterbi trellis is completely represented by its (current) final column (top of the stack).

Member Data Documentation

◆ rows

ViterbiRow* moot::mootHMM::ViterbiColumn::rows

◆ col_prev

ViterbiColumn* moot::mootHMM::ViterbiColumn::col_prev

◆ bbestpr

ProbT moot::mootHMM::ViterbiColumn::bbestpr

◆ bpprmin

ProbT moot::mootHMM::ViterbiColumn::bpprmin

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