Package | Description |
---|---|
gov.sandia.cognition.learning.algorithm.hmm |
Provides hidden Markov model (HMM) algorithms.
|
Modifier and Type | Class and Description |
---|---|
class |
BaumWelchAlgorithm<ObservationType>
Implements the Baum-Welch algorithm, also known as the "forward-backward
algorithm", the expectation-maximization algorithm, etc for
Hidden Markov Models (HMMs).
|
class |
ParallelBaumWelchAlgorithm<ObservationType>
A Parallelized implementation of some of the methods of the
Baum-Welch Algorithm.
|
Modifier and Type | Method and Description |
---|---|
AbstractBaumWelchAlgorithm<ObservationType,DataType> |
AbstractBaumWelchAlgorithm.clone() |