#include <hmm.h>
Public Attributes | |
| int32 | n_emit_state |
| const int32 *** | tp |
| const int32 * | senscore |
| const s3senid_t ** | sseq |
| int32 * | st_sen_scr |
| void * | udata |
|
|
Number of emitting states in this set of HMMs. |
|
|
State emission scores senscore[senid] (logs3 values). |
|
|
Senone sequence mapping. |
|
|
Temporary array of senone scores (for some topologies). |
|
|
State transition scores tp[id][from][to] (logs3 values). |
|
|
Whatever you feel like, gosh. |
1.3.9.1