This file contains functions of a discrete Hidden Markov Models (in C) and a wrapper class (in C++) for these functions. More...
Go to the source code of this file.
Classes | |
class | DiscreteHMM |
A wrapper class for HMM functionals in discrete case. More... |
This file contains functions of a discrete Hidden Markov Models (in C) and a wrapper class (in C++) for these functions.
It implements log-likelihood computation, viterbi algorithm for the most probable sequence, Baum-Welch algorithm and Viterbi-like algorithm for parameter estimation. It can also generate sequences from a Hidden Markov Model.
Definition in file discreteHMM.h.