tmat_t Struct Reference

Transition matrix data structure. All phone HMMs are assumed to have the same topology. More...

#include <tmat.h>

List of all members.

Public Attributes

logmath_t * logmath
int32 *** tp
int32 n_tmat
int32 n_state

Detailed Description

Transition matrix data structure. All phone HMMs are assumed to have the same topology.


Member Data Documentation

logmath_t* tmat_t::logmath

#source states in matrix (only the emitting states); #destination states = n_state+1, it includes the exit state

#matrices

int32*** tmat_t::tp

The transition matrices; int32 since probs in logs3 domain: tp[tmatid][from-state][to-state]


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

Generated on 7 Mar 2010 by  doxygen 1.6.1