transform-common.cc File Reference
#include <vector>
#include "base/kaldi-common.h"
#include "transform/transform-common.h"
Include dependency graph for transform-common.cc:

Go to the source code of this file.

Namespaces

 kaldi
 This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for mispronunciations detection tasks, the reference:
 

Functions

bool ComposeTransforms (const Matrix< BaseFloat > &a, const Matrix< BaseFloat > &b, bool b_is_affine, Matrix< BaseFloat > *c)
 
void ApplyAffineTransform (const MatrixBase< BaseFloat > &xform, VectorBase< BaseFloat > *vec)
 Applies the affine transform 'xform' to the vector 'vec' and overwrites the contents of 'vec'. More...