Structure containing various histogram pruning parameters and internal storage All in integers. More...
#include <tst_search.h>
Data Fields | |
| int32 | maxwpf |
| Max words per frame. | |
| int32 | maxhistpf |
| Max histories per frame. | |
| int32 | maxhmmpf |
| Max active HMMs per frame. | |
| int32 | hmm_hist_binsize |
| Hmm histogram bin size. | |
| int32 | hmm_hist_bins |
| Number of histogram bins. | |
| int32 * | hmm_hist |
| Histogram: frames in which a given no. | |
Structure containing various histogram pruning parameters and internal storage All in integers.
Definition at line 65 of file tst_search.h.
| int32* histprune_t::hmm_hist |
Histogram: frames in which a given no.
of HMMs are active
Definition at line 71 of file tst_search.h.
1.6.1