|
PocketSphinx
5prealpha
|
Feature space linear transform structure. More...
#include <acmod.h>
Data Fields | |
| int | refcnt |
| Reference count. | |
| int | n_class |
| Number of MLLR classes. | |
| int | n_feat |
| Number of feature streams. | |
| int * | veclen |
| Length of input vectors for each stream. | |
| float32 **** | A |
| Rotation part of mean transformations. | |
| float32 *** | b |
| Bias part of mean transformations. | |
| float32 *** | h |
| Diagonal transformation of variances. | |
| int32 * | cb2mllr |
| Mapping from codebooks to transformations. | |