#include <vector>#include "base/kaldi-common.h"#include "gmm/model-common.h"#include "gmm/full-gmm.h"#include "matrix/matrix-lib.h"

Go to the source code of this file.
Classes | |
| class | FullGmmNormal |
| Definition for Gaussian Mixture Model with full covariances in normal mode: where the parameters are stored as means and variances (instead of the exponential form that the FullGmm class is stored as). More... | |
Namespaces | |
| kaldi | |
| This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for mispronunciations detection tasks, the reference: | |