Transition matrix data structure. More...
#include <tmat.h>
Data Fields | |
| int32 *** | tp |
| The transition matrices; int32 since probs in logs3 domain: tp[tmatid][from-state][to-state]. | |
| int32 | n_tmat |
| Number matrices. | |
| int32 | n_state |
| Number source states in matrix (only the emitting states); Number destination states = n_state+1, it includes the exit state. | |
Transition matrix data structure.
All phone HMMs are assumed to have the same topology.
Definition at line 109 of file tmat.h.
1.6.1