#include <vector>
#include <algorithm>
#include "base/kaldi-common.h"
#include "matrix/matrix-lib.h"
#include "gmm/model-common.h"
#include "gmm/diag-gmm.h"
#include "gmm/full-gmm.h"
#include "itf/options-itf.h"
#include "util/common-utils.h"
Go to the source code of this file.
Classes | |
struct | PldaConfig |
class | Plda |
class | PldaStats |
struct | PldaStats::ClassInfo |
struct | PldaEstimationConfig |
class | PldaEstimator |
struct | PldaUnsupervisedAdaptorConfig |
class | PldaUnsupervisedAdaptor |
This class takes unlabeled iVectors from the domain of interest and uses their mean and variance to adapt your PLDA matrices to a new domain. More... | |
Namespaces | |
kaldi | |
This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for mispronunciations detection tasks, the reference: | |