build-tree-utils-test.cc File Reference
Include dependency graph for build-tree-utils-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 TestTrivialTree ()
 
void TestPossibleValues ()
 
void TestConvertStats ()
 
void TestSplitStatsByKey ()
 
void TestFindAllKeys ()
 
void TestDoTableSplit ()
 
void TestClusterEventMapGetMappingAndRenumberEventMap ()
 
void TestClusterEventMapGetMappingAndRenumberEventMap2 ()
 
void TestClusterEventMap ()
 
void TestClusterEventMapRestricted ()
 
void TestShareEventMapLeaves ()
 
void TestQuestionsInitRand ()
 
void TestSplitDecisionTree ()
 
void TestBuildTreeStatsIo (bool binary)
 
int main ()
 

Function Documentation

◆ main()

int main ( )

Definition at line 872 of file build-tree-utils-test.cc.

References rnnlm::i, kaldi::TestBuildTreeStatsIo(), kaldi::TestClusterEventMap(), kaldi::TestClusterEventMapGetMappingAndRenumberEventMap(), kaldi::TestClusterEventMapGetMappingAndRenumberEventMap2(), kaldi::TestClusterEventMapRestricted(), kaldi::TestConvertStats(), kaldi::TestDoTableSplit(), kaldi::TestFindAllKeys(), kaldi::TestPossibleValues(), kaldi::TestQuestionsInitRand(), kaldi::TestShareEventMapLeaves(), kaldi::TestSplitDecisionTree(), kaldi::TestSplitStatsByKey(), and kaldi::TestTrivialTree().

872  {
873  using namespace kaldi;
874  for (size_t i = 0;i < 2;i++) {
875  TestTrivialTree();
885  TestBuildTreeStatsIo(false);
886  TestBuildTreeStatsIo(true);
889  TestFindAllKeys(); // put at end because it throws+catches internally.
890  }
891 }
This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for...
Definition: chain.dox:20
void TestClusterEventMapGetMappingAndRenumberEventMap()
void TestDoTableSplit()
void TestTrivialTree()
void TestFindAllKeys()
void TestSplitStatsByKey()
void TestShareEventMapLeaves()
void TestBuildTreeStatsIo(bool binary)
void TestClusterEventMapRestricted()
void TestPossibleValues()
void TestQuestionsInitRand()
void TestClusterEventMap()
void TestConvertStats()
void TestClusterEventMapGetMappingAndRenumberEventMap2()
void TestSplitDecisionTree()