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

Public Member Functions | |
| virtual bool BSAPI_METHOD | Init (const char *pConfigFile)=0 |
| virtual bool BSAPI_METHOD | CreateFactors (SFactorsI **ppFactors)=0 |
|
virtual const unsigned int *BSAPI_METHOD | GetTestPasses (int *pRetNPasses=0)=0 |
|
virtual const unsigned int *BSAPI_METHOD | GetTrainingPasses (int *pRetNPasses=0)=0 |
| virtual unsigned int BSAPI_METHOD | GetModelParts ()=0 |
| virtual unsigned int BSAPI_METHOD | GetUBMModelParts ()=0 |
| virtual bool BSAPI_METHOD | Reestimate (SGMMI *pGMM)=0 |
| virtual bool BSAPI_METHOD | SynthetizeForTest (SGMMI *pGMM)=0 |
| virtual float BSAPI_METHOD | GetScore (SGMMI *pGMM)=0 |
Factor analysis is used to model different factors (channel variablility, speaker variability ..) in the GMM framework. The factor analysis can by applied by the SGMMI class.
1.4.7