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