Implementation of code book to mllr regression class map. More...
#include "s3types.h"
Go to the source code of this file.
Functions | |
int | cb2mllr_read (const char *fn, int32 **out_cb2mllr, int32 *out_n_cb, int32 *out_n_mllr) |
Implementation of code book to mllr regression class map.
int cb2mllr_read | ( | const char * | fn, | |
int32 ** | out_cb2mllr, | |||
int32 * | out_n_cb, | |||
int32 * | out_n_mllr | |||
) |
Read codeword to MLLR class mapping file
fn | MLLR class mapping file. | |
out_cb2mllr | Output CB 2 MLLR | |
out_n_cb | Number of codebook | |
out_n_mllr | Number of MLLR class |