build-tree-questions.h File Reference
#include "util/stl-utils.h"
#include "tree/context-dep.h"
Include dependency graph for build-tree-questions.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  QuestionsForKey
 QuestionsForKey is a class used to define the questions for a key, and also options that allow us to refine the question during tree-building (i.e. More...
 
class  Questions
 This class defines, for each EventKeyType, a set of initial questions that it tries and also a number of iterations for which to refine the questions to increase likelihood. More...
 

Namespaces

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

Typedefs

typedef std::vector< std::pair< EventType, Clusterable * > > BuildTreeStatsType
 

Enumerations

enum  AllKeysType { kAllKeysInsistIdentical, kAllKeysIntersection, kAllKeysUnion }
 Typedef used when we get "all keys" from a set of stats– used in specifying which kinds of questions to ask. More...