fmllr-diag-gmm-test.cc File Reference
Include dependency graph for fmllr-diag-gmm-test.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

void InitRandomGmm (DiagGmm *gmm_in)
 
void UnitTestFmllrDiagGmm ()
 
void UnitTestFmllrDiagGmmDiagonal ()
 
void UnitTestFmllrDiagGmmOffset ()
 
int main ()
 

Function Documentation

◆ main()

int main ( )

Definition at line 227 of file fmllr-diag-gmm-test.cc.

References rnnlm::i, kaldi::UnitTestFmllrDiagGmm(), kaldi::UnitTestFmllrDiagGmmDiagonal(), and kaldi::UnitTestFmllrDiagGmmOffset().

227  {
228  for (int i = 0; i < 2; i++) { // did more iterations when first testing...
232  }
233  std::cout << "Test OK.\n";
234 }
void UnitTestFmllrDiagGmmDiagonal()
void UnitTestFmllrDiagGmm()
void UnitTestFmllrDiagGmmOffset()