Public Attributes | List of all members
tmat_t Struct Reference

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
 

Detailed Description

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

Member Data Documentation

◆ logmath

logmath_t* tmat_t::logmath

◆ n_state

int32 tmat_t::n_state

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

◆ n_tmat

int32 tmat_t::n_tmat

#matrices

◆ tp

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: