|
libak
0.4.0
|
Outgoing transitions for type LIST. More...
Data Fields | |
| akCModelTransListEdge * | begin |
| Pointer to the first transition. | |
| akCModelTransListEdge * | end |
| Pointer to the transition following the last transition. | |
| akProb | fp |
| Probability of the transition to the final state. | |
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.
Pointer to the first transition.
Pointer to the transition following the last transition.
Probability of the transition to the final state.
1.7.6.1