#include <utility>
#include <vector>
#include "base/kaldi-common.h"
#include "gmm/model-common.h"
#include "matrix/matrix-lib.h"
#include "tree/cluster-utils.h"
#include "tree/clusterable-classes.h"
#include "gmm/diag-gmm-inl.h"
Go to the source code of this file.
Classes | |
class | DiagGmm |
Definition for Gaussian Mixture Model with diagonal covariances. More... | |
Namespaces | |
kaldi | |
This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for mispronunciations detection tasks, the reference: | |
Functions | |
std::ostream & | operator<< (std::ostream &os, const kaldi::DiagGmm &gmm) |
ostream operator that calls DiagGMM::Write() More... | |
std::istream & | operator>> (std::istream &is, kaldi::DiagGmm &gmm) |
istream operator that calls DiagGMM::Read() More... | |