#include <bsapi.h>
Inheritance diagram for SGMMBasedEstimatorCallbackI:

Public Member Functions | |
| virtual bool BSAPI_METHOD | OnEstimationDone (long_long time, float factor, int bestClass, int nClasses, char **ppClassNames, float *pClassScores)=0 |
| This function receives actual factor and scores. | |
| virtual bool BSAPI_METHOD SGMMBasedEstimatorCallbackI::OnEstimationDone | ( | long_long | time, | |
| float | factor, | |||
| int | bestClass, | |||
| int | nClasses, | |||
| char ** | ppClassNames, | |||
| float * | pClassScores | |||
| ) | [pure virtual] |
This function receives actual factor and scores.
| time | time for which the rest of the parameteres apply in HTK units (1 unit = 100 nanoseconds) | |
| factor | factor | |
| bestClass | index to the class names and scores array of the winning class | |
| nClasses | length of the class names and scores array | |
| ppClassNames | class names array | |
| pClassScores | class scores array |
1.4.7