libTLK
1.3.1
|
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. | |
tLAModelHMM * | hmms |
Array with the HMMs. |
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.
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.