BSAPI
Public Member Functions
SGMMDecoderI Class Reference

A classifier based on Gaussian Mixture Models. More...

#include <bsapi.h>

Inheritance diagram for SGMMDecoderI:
SDecoderI SUnknownI SFeatureExtractionCallbackI

List of all members.

Public Member Functions

virtual bool BSAPI_METHOD InitModel ()=0
virtual bool BSAPI_METHOD LoadModel (const char *pFile)=0
virtual bool BSAPI_METHOD LoadModels (const char *pFile)=0
virtual void BSAPI_METHOD SetSofteningFunc (psoft_func_type pfunc, float v1, float v2, float v3)=0
virtual bool BSAPI_METHOD SetSofteningFuncStr (const char *pSofteningFunc="none 0 0 0")=0
virtual float *BSAPI_METHOD GetModelScores (int *pNumValues)=0
virtual char **BSAPI_METHOD GetModelNames (int *pNumValues)=0
virtual char *BSAPI_METHOD GetBestModel (float *pScore)=0
virtual bool BSAPI_METHOD RemoveModel (const char *pName)=0
virtual bool BSAPI_METHOD RenameModel (const char *pOldName, const char *pNewName)=0
virtual void BSAPI_METHOD SetUseScoreNormalization (bool setNorm=false)=0
virtual void BSAPI_METHOD SetUseEigenChannel (bool setEig=true)=0

Detailed Description

A classifier based on Gaussian Mixture Models.


The documentation for this class was generated from the following file: