-
pi
- Initial probability
-
b
- Output probability
-
out_id
- IDs of the following states
-
in_id
- IDs of the previous states
-
out_a
- transition probabilities to successor states.
-
in_a
- transition probabilities from predecessor states.
-
out_states
- Number of successor states
-
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++.