#include "online/online-feat-input.h"
Go to the source code of this file.
Classes | |
class | OnlineMatrixInput |
Namespaces | |
kaldi | |
This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for mispronunciations detection tasks, the reference: | |
Functions | |
template<class Real > | |
static void | AssertEqual (const Matrix< Real > &A, const Matrix< Real > &B, float tol=0.001) |
void | GetOutput (OnlineFeatInputItf *a, Matrix< BaseFloat > *output) |
void | TestOnlineMatrixInput () |
void | TestOnlineFeatureMatrix () |
void | TestOnlineLdaInput () |
void | TestOnlineDeltaInput () |
void | TestOnlineCmnInput () |
int | main () |
int main | ( | ) |
Definition at line 249 of file online-feat-test.cc.
References rnnlm::i, kaldi::TestOnlineCmnInput(), kaldi::TestOnlineDeltaInput(), kaldi::TestOnlineFeatureMatrix(), kaldi::TestOnlineLdaInput(), and kaldi::TestOnlineMatrixInput().