libTLK
1.3.1
|
HMM transitions. More...
Data Fields | |
tLAModelTransType | type |
Type of transitions. | |
struct { | |
tLProbPair * p | |
Array of transitions. | |
} | lineal |
Data for LINEAL transitions. | |
struct { | |
tLAModelTransListState init | |
Outgoing transitions of the initial state. | |
tLAModelTransListState * states | |
Array of transitions. | |
} | list |
Data for LIST transitions. | |
struct { | |
tLAModelTrans * ptr | |
Pointer to the transition matrix. | |
} | pointer |
Data for POINTER transitions. |
HMM transitions.
Union used to store the transition matrix of an HMM.
tLAModelTransListState tLAModelTrans::init |
Outgoing transitions of the initial state.
struct { ... } tLAModelTrans::lineal |
Data for LINEAL transitions.
struct { ... } tLAModelTrans::list |
Data for LIST transitions.
tLProbPair* tLAModelTrans::p |
Array of transitions.
For each state Q, p[Q] stores the outgoing transitions of Q, where P0 is the transition to the current state, and P1 to the next state.
struct { ... } tLAModelTrans::pointer |
Data for POINTER transitions.
tLAModelTrans* tLAModelTrans::ptr |
Pointer to the transition matrix.
tLAModelTransListState* tLAModelTrans::states |
Array of transitions.
For each conventional state Q, states[q] stores the outgoing transitions of Q.
tLAModelTransType tLAModelTrans::type |
Type of transitions.