kaldi::kws_internal Namespace Reference

Classes

struct  KwScoreStats
 
class  KwTermEqual
 
class  KwTermLower
 
struct  ThrSweepStats
 

Typedefs

typedef unordered_map< float, ThrSweepStatsSweepThresholdStats
 
typedef unordered_map< std::string, KwScoreStatsKwStats
 
typedef unordered_map< std::string, SweepThresholdStatsPerKwSweepStats
 

Typedef Documentation

◆ KwStats

typedef unordered_map<std::string, KwScoreStats> KwStats

Definition at line 107 of file kws-scoring.cc.

◆ PerKwSweepStats

typedef unordered_map<std::string, SweepThresholdStats> PerKwSweepStats

Definition at line 108 of file kws-scoring.cc.

◆ SweepThresholdStats

typedef unordered_map<float, ThrSweepStats> SweepThresholdStats

Definition at line 106 of file kws-scoring.cc.