#include <s3types.h>
#include "cont_mgau.h"
Go to the source code of this file.
Functions | |
| void | mllr_dump (float32 ***A, float32 **B, float32 **H, int32 veclen, int32 nclass) |
| int32 | mllr_read_regmat (const char *regmatfile, float32 ****A, float32 ***B, float32 ***H, int32 *nclass, int32 ceplen) |
| int32 | mllr_free_regmat (float32 ***A, float32 **B, float32 **H) |
| int32 | mllr_norm_mgau (mgau_model_t *mgauset, float32 ***A, float32 **B, float32 **H, int32 nclass, int32 *cb2mllr) |
|
||||||||||||||||||||||||
|
Dump the regression matrix from a given file
|
|
||||||||||||||||
|
Free a regression matrix previously read in by mllr_read_regmat.
|
|
||||||||||||||||||||||||||||
|
Transform a mixture density mean matrix according to the given regression matrix.
|
|
||||||||||||||||||||||||||||
|
In: vector length
|
1.3.9.1