struct state


o pi
Initial probability
o b
Output probability
o out_id
ID of the following state
o in_id
ID of the previous state
o out_a
transition probs to successor states.
o in_a
transition probs from predecessor states.
o Transition probability to a successor double *out_a;
o Transition probablity to a precursor double *in_a;
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++.