#include <s3types.h>
Go to the source code of this file.
Functions | |
| int32 | ms_mllr_read_regmat (const char *regmatfile, float32 *****A, float32 ****B, float32 ****H, int32 *streamlen, int32 n_stream, int32 *nclass) |
| int32 | ms_mllr_free_regmat (float32 ****A, float32 ***B, float32 ***H, int32 n_stream) |
| int32 | ms_mllr_norm_mgau (float32 ***mean, float32 ***mvar, int32 n_density, float32 ****A, float32 ***B, float32 ***H, int32 *streamlen, int32 n_stream, int32 _class) |
|
||||||||||||||||||||
|
Free a regression matrix previously read in by mllr_read_regmat. Return value: 0 if successful, -1 otherwise.
|
|
||||||||||||||||||||||||||||||||||||||||
|
Transform a mixture density mean matrix according to the given regression matrix. Return value: 0 if successful, -1 otherwise.
|
|
||||||||||||||||||||||||||||||||
|
Load a regression matrix from the given file. Space for the matrix is allocated by this routine. (The regression "matrix" is actually a matrix A and a vector B.) Return value: 0 if successful, -1 otherwise.
|
1.3.9.1