Public Member Functions | |
void | ShowHMM (HMM &hmm) |
const HMM & | Recognize (const vector< HMM > &HMMVec, TimeSlot &seq) |
double | SeqLogProb (const HMM &hmm, TimeSlot &seq, bool restart) |
int | EstimateModel (HMM &hmm, TimeSlot &seq, size_t maxIteration=10) |
int | EstimateModelBySeqs (HMM &hmm, vector< TimeSlot > &seqs, size_t maxIteration=10) |
Definition at line 56 of file HMMLib.h.