92 #include <sphinxbase/logmath.h>
uint8 *** tp
The transition matrices; kept in the same scale as acoustic scores; tp[tmatid][from-state][to-state]...
int16 n_tmat
Number matrices.
void tmat_free(tmat_t *t)
RAH, add code to remove memory allocated by tmat_init.
tmat_t * tmat_init(char const *tmatfile, logmath_t *lmath, float64 tpfloor, int32 breport)
Initialize transition matrix.
int16 n_state
Number source states in matrix (only the emitting states); Number destination states = n_state+1...
void tmat_dump(tmat_t *tmat, FILE *fp)
Dumping the transition matrix for debugging.
Transition matrix data structure.
void tmat_report(tmat_t *t)
Report the detail of the transition matrix structure.