libTLK  1.3.1
Data Fields
tLRecStats Struct Reference

Recognition statistics. More...

Data Fields

tLProb prob
 The log-probability of the path.
unsigned long total_astates
 The total number of active states in the trellis.
unsigned long max_astates
 Maximum number of simultaneously active states.
unsigned long min_astates
 Minimum number of simultaneously active states.
unsigned long lookahead_fails
 Lookahead cache fails.

Detailed Description

Recognition statistics.

Structure used to store statistics from 'tL_recognise'.


Field Documentation

unsigned long tLRecStats::max_astates

Maximum number of simultaneously active states.

unsigned long tLRecStats::min_astates

Minimum number of simultaneously active states.

The log-probability of the path.

The total number of active states in the trellis.

 All Data Structures Variables