Public Member Functions | |
KwScoreStats () | |
Public Attributes | |
int32 | nof_corr |
int32 | nof_fa |
int32 | nof_misses |
int32 | nof_corr_ndet |
int32 | nof_unseen |
int32 | nof_targets |
Definition at line 82 of file kws-scoring.cc.
|
inline |
Definition at line 90 of file kws-scoring.cc.
int32 nof_corr |
Definition at line 83 of file kws-scoring.cc.
Referenced by TwvMetrics::RefAndHypSeen().
int32 nof_corr_ndet |
Definition at line 86 of file kws-scoring.cc.
Referenced by TwvMetrics::OnlyHypSeen().
int32 nof_fa |
Definition at line 84 of file kws-scoring.cc.
Referenced by TwvMetrics::OnlyHypSeen().
int32 nof_misses |
Definition at line 85 of file kws-scoring.cc.
Referenced by TwvMetrics::RefAndHypSeen().
int32 nof_targets |
Definition at line 88 of file kws-scoring.cc.
Referenced by TwvMetrics::OnlyRefSeen(), and TwvMetrics::RefAndHypSeen().
int32 nof_unseen |
Definition at line 87 of file kws-scoring.cc.
Referenced by TwvMetrics::OnlyRefSeen().