Transition matrix data structure. All phone HMMs are assumed to have the same topology. More...
#include <tmat.h>
Public Attributes | |
| logmath_t * | logmath |
| int32 *** | tp |
| int32 | n_tmat |
| int32 | n_state |
Transition matrix data structure. All phone HMMs are assumed to have the same topology.
| logmath_t* tmat_t::logmath |
| int32 tmat_t::n_state |
#source states in matrix (only the emitting states); #destination states = n_state+1, it includes the exit state
| int32 tmat_t::n_tmat |
#matrices
| int32*** tmat_t::tp |
The transition matrices; int32 since probs in logs3 domain: tp[tmatid][from-state][to-state]
1.7.6.1