|
libak
0.4.0
|
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. | |
Recognition statistics.
Structure used to store statistics from 'ak_recognise'.
| 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.
| unsigned long akRecStats::total_astates |
The total number of active states in the trellis.
1.7.6.1