mle-full-gmm.h File Reference
#include <vector>
#include "gmm/model-common.h"
#include "gmm/full-gmm.h"
#include "gmm/full-gmm-normal.h"
#include "gmm/mle-diag-gmm.h"
Include dependency graph for mle-full-gmm.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  MleFullGmmOptions
 Configuration variables like variance floor, minimum occupancy, etc. More...
 
class  AccumFullGmm
 Class for computing the maximum-likelihood estimates of the parameters of a Gaussian mixture model. More...
 

Namespaces

 kaldi
 This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for mispronunciations detection tasks, the reference:
 

Functions

void MleFullGmmUpdate (const MleFullGmmOptions &config, const AccumFullGmm &fullgmm_acc, GmmFlagsType flags, FullGmm *gmm, BaseFloat *obj_change_out, BaseFloat *count_out)
 for computing the maximum-likelihood estimates of the parameters of a Gaussian mixture model. More...
 
BaseFloat MlObjective (const FullGmm &gmm, const AccumFullGmm &fullgmm_acc)
 Calc using the DiagGMM exponential form. More...