logistic-regression-test.cc File Reference
#include <time.h>
#include "ivector/logistic-regression.h"
Include dependency graph for logistic-regression-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 UnitTestPosteriors ()
 
void UnitTestTrain ()
 
int main ()
 

Function Documentation

◆ main()

int main ( )

Definition at line 124 of file logistic-regression-test.cc.

References kaldi::UnitTestPosteriors(), and kaldi::UnitTestTrain().

124  {
125  using namespace kaldi;
126  srand (time(NULL));
127  UnitTestTrain();
129  return 0;
130 }
This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for...
Definition: chain.dox:20
void UnitTestPosteriors()