#include <string>
#include "gmm/full-gmm.h"
#include "gmm/diag-gmm.h"
#include "gmm/mle-full-gmm.h"
 
Go to the source code of this file.
 | 
|    | kaldi | 
|   | This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for mispronunciations detection tasks, the reference: 
  | 
|   | 
 | 
| BaseFloat  | MlObjective (const FullGmm &gmm, const AccumFullGmm &fullgmm_acc) | 
|   | Calc using the DiagGMM exponential form.  More...
  | 
|   | 
| 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...
  | 
|   |