A_CELL2 Struct Reference

Transition arc holding cell. More...

#include <wchmm.h>


Data Fields

unsigned short n
 Number of arcs currently stored in this cell.
int arc [A_CELL2_ALLOC_STEP]
 Transition destination node numbers.
LOGPROB a [A_CELL2_ALLOC_STEP]
 Transitino probabilities.
struct __A_CELL2__ * next
 Pointer to next cell.


Detailed Description

Transition arc holding cell.

Definition at line 166 of file wchmm.h.


Field Documentation

unsigned short A_CELL2::n

Number of arcs currently stored in this cell.

If this reaches A_CELL2_ALLOC_STEP, next cell will be allocated.

Definition at line 172 of file wchmm.h.

Referenced by add_ac(), adjust_sc_index(), print_wchmm_s_arc(), wchmm_duplicate_leafnode(), wchmm_duplicate_state(), and wchmm_link_hmm().


The documentation for this struct was generated from the following file:
Generated on Tue Dec 18 16:02:13 2007 for Julius by  doxygen 1.5.4