libTLK  1.3.1
Data Fields
tLAModel Struct Reference

Acoustic model. More...

Data Fields

const char * type
 String identifying the type of the emission probability functions used in the HMMs.
unsigned int N
 Number of HMMs.
tLAModelHMMhmms
 Array with the HMMs.

Detailed Description

Acoustic model.

This structure is used to store a collection of HMMs of the same type and global characteristics. This structure must not be modified by hand, public fields are only provided for read access.


Field Documentation

Array with the HMMs.

unsigned int tLAModel::N

Number of HMMs.

const char* tLAModel::type

String identifying the type of the emission probability functions used in the HMMs.

 All Data Structures Variables