Table of Contents
The cornerstone class defined in Jahmm is obviously Hmm
It holds the basic components of a HMM: state-to-state transition probabilities, observation probability distributions, number of states,... There is no such thing as a ``State'' class, so each state is simply designated by an integer index; a sequence of states is thus implemented as an array of integers
[2].