name: VerifyHMM

synopsis:

g++ [flags ...] file ... -l /isip/tools/lib/$ISIP_BINARY/lib_pr.a

#include <VerifyHMM.h>

VerifyHMM();
boolean run(Sdb& sdb);
quick start:

VerifyHMM hmm;
hmm.setParamFile(L"diagnose_params.sof");
Sdb raw_list_sdb;
boolean is_list = true;
raw_list_sdb.append(L"diagnose_mfcc_list.sof", is_list);
hmm.run(sdb);
description:

The VerifyHMM class is used to implement Hidden Markov Model-based speaker verification technology. It provides the Likelihood_Ratio and Baum-Welch algorithms for speaker verification and speaker enrollment.

dependencies:

public constants:

protected data:

required public methods:

class-specific public methods:

private methods:

examples:

notes: