PocketSphinx  0.6
ps_mllr_s Struct Reference

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.

Detailed Description

Feature space linear transform structure.

Definition at line 81 of file acmod.h.


Field Documentation

float32**** ps_mllr_s::A

Rotation part of mean transformations.

Definition at line 86 of file acmod.h.

Referenced by gauden_mllr_transform(), ps_mllr_free(), and ps_mllr_read().

float32*** ps_mllr_s::b

Bias part of mean transformations.

Definition at line 87 of file acmod.h.

Referenced by acmod_flags2list(), gauden_mllr_transform(), ps_mllr_free(), and ps_mllr_read().

Mapping from codebooks to transformations.

Definition at line 89 of file acmod.h.

float32*** ps_mllr_s::h

Diagonal transformation of variances.

Definition at line 88 of file acmod.h.

Referenced by gauden_mllr_transform(), ps_mllr_free(), and ps_mllr_read().

Number of MLLR classes.

Definition at line 83 of file acmod.h.

Referenced by ps_mllr_read().

Number of feature streams.

Definition at line 84 of file acmod.h.

Referenced by ps_mllr_free(), and ps_mllr_read().

Reference count.

Definition at line 82 of file acmod.h.

Referenced by ps_mllr_free(), ps_mllr_read(), and ps_mllr_retain().

Length of input vectors for each stream.

Definition at line 85 of file acmod.h.

Referenced by ps_mllr_free(), and ps_mllr_read().


The documentation for this struct was generated from the following file: