ModelStats Struct Reference

This structure contains a summary of the data in an acoustic model stored as a PhoneModel object. More...

List of all members.


Public Attributes

char name [10]
int nrOfGaussians
int nrOfContexts
int maxNrOfContexts
int nrOfTrainOcc
double likelihood
double frameMeanLikelihood
double isSil

Detailed Description

This structure contains a summary of the data in an acoustic model stored as a PhoneModel object.

The parameters 'frameMeanLikelihood' and 'unused' are added for future use. Please ignore them (especialy frameMeanLikelihood, which is filled falsely).

Todo:
Change this data type! (there is an 'unUsed' in read/write and isSil is double).

Member Data Documentation