#include <stdio.h>
#include <s3types.h>
#include <logmath.h>
Go to the source code of this file.
Classes | |
| struct | tmat_t |
| Transition matrix data structure. All phone HMMs are assumed to have the same topology. More... | |
Functions | |
| tmat_t * | tmat_init (const char *tmatfile, float64 tpfloor, int32 breport, logmath_t *logmath) |
| void | tmat_dump (tmat_t *tmat, FILE *fp) |
| int32 | tmat_chk_uppertri (tmat_t *tmat) |
| int32 | tmat_chk_1skip (tmat_t *tmat) |
| void | tmat_free (tmat_t *t) |
| void | tmat_report (tmat_t *t) |
|
|
Checks that transition matrix arcs in the given object skip over at most 1 state.
|
|
|
Checks that no transition matrix in the given object contains backward arcs.
|
|
||||||||||||
|
Dumping the transition matrix for debugging
|
|
|
RAH, add code to remove memory allocated by tmat_init
|
|
||||||||||||||||||||
|
Initialize transition matrix
|
|
|
Report the detail of the transition matrix structure.
|
1.3.9.1