tmat_t Struct Reference

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.


Detailed Description

Transition matrix data structure.

All phone HMMs are assumed to have the same topology.

Definition at line 109 of file tmat.h.


The documentation for this struct was generated from the following file:

Generated on Wed Aug 26 11:25:34 2009 for PocketSphinx by  doxygen 1.5.8