Packages

object HiddenMarkov

The HiddenMarkov companion object provides a convenience method for testing.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HiddenMarkov
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def allState(hmm: HiddenMarkov, xall: Strings, xval: Array[VectorI]): Unit

    For the 'hmm' model, print all state sequences and their joint probability P(x, y).

    For the 'hmm' model, print all state sequences and their joint probability P(x, y).

    hmm

    the Hidden Markov Model

    xall

    the strings for all state sequences

    xval

    the values for all state sequences

  2. def test(hmm: HiddenMarkov): Unit

    Test the 'hmm' model, printing out the unscaled and scaled versions of the alpha and beta matrices, and the gamma matrix calculated from unscaled and scaled matrices.

    Test the 'hmm' model, printing out the unscaled and scaled versions of the alpha and beta matrices, and the gamma matrix calculated from unscaled and scaled matrices.

    hmm

    the Hidden Markov Model