This file is modified from transform/lda-estimate.h It contains a class intended to be used in preconditioning data for neural network training. More...
#include "base/kaldi-common.h"
#include "util/common-utils.h"
#include "matrix/matrix-lib.h"
#include "transform/lda-estimate.h"
Go to the source code of this file.
Classes | |
struct | FeatureTransformEstimateOptions |
class | FeatureTransformEstimate |
Class for computing a feature transform used for preconditioning of the training data in neural-networks. More... | |
class | FeatureTransformEstimateMulti |
Namespaces | |
kaldi | |
This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for mispronunciations detection tasks, the reference: | |
This file is modified from transform/lda-estimate.h It contains a class intended to be used in preconditioning data for neural network training.
See the documentation for class FeatureTransformEstimate for more details.
Definition in file get-feature-transform.h.