struct state


o pi
Initial probability
o b
Output probability
o out_id
IDs of the following states
o in_id
IDs of the previous states
o out_a
transition probabilities to successor states.
o in_a
transition probabilities from predecessor states.
o out_states
Number of successor states
o in_states
Number of precursor states
o fix
if fix == 1 --> b stays fix during the training
The basic structure, keeps all parameters that belong to a state.

Alphabetic index



This page was generated with the help of DOC++.