libak
0.4.0
|
Character models. More...
Data Fields | |
const char * | type |
String identifying the type of the emission probability functions used in the HMMs. | |
unsigned int | N |
Number of character models. | |
akCModelChar * | chars |
Array with the character models. |
Character models.
This structure is used to store a collection of character (symbol) models of the same type and global characteristics. Each character (symbol) is modeled as a Hidden Markov Model (HMM). This structure must not be modified by hand, public fields are only provided for read access.
Array with the character models.
unsigned int akCModel::N |
Number of character models.
const char* akCModel::type |
String identifying the type of the emission probability functions used in the HMMs.