SGMMBasedEstimatorCallbackI Class Reference

An interface that allows to receive actual factor and scores counted by SGMMBasedEstimatorI. More...

#include <bsapi.h>

Inheritance diagram for SGMMBasedEstimatorCallbackI:

SMelBanksI List of all members.

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.

Detailed Description

An interface that allows to receive actual factor and scores counted by SGMMBasedEstimatorI.


Member Function Documentation

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.

Parameters:
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


The documentation for this class was generated from the following file:
Generated on Wed Jul 15 10:10:10 2009 for BSAPI by  doxygen 1.4.7