libak  0.4.0
Data Fields
akCModelTransListState Struct Reference

Outgoing transitions for type LIST. More...

Data Fields

akCModelTransListEdgebegin
 Pointer to the first transition.
akCModelTransListEdgeend
 Pointer to the transition following the last transition.
akProb fp
 Probability of the transition to the final state.

Detailed Description

Outgoing transitions for type LIST.

This structure stores the outgoing transitions of a state of an HMM using transitions of type LIST. Transitions to conventional states are stored consecutively in memory and represented as edges of a finite state automata.


Field Documentation

Pointer to the first transition.

Pointer to the transition following the last transition.

Probability of the transition to the final state.

All Data Structures Variables