libak  0.4.0
Data Fields
akRecStats Struct Reference

Recognition statistics. More...

Data Fields

akProb 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
 Look-ahead cache fails.

Detailed Description

Recognition statistics.

Structure used to store statistics from 'ak_recognise'.


Field Documentation

unsigned long akRecStats::max_astates

Maximum number of simultaneously active states.

unsigned long akRecStats::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