Package | Description |
---|---|
gov.sandia.cognition.learning.algorithm.hmm |
Provides hidden Markov model (HMM) algorithms.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.ArrayList<ParallelBaumWelchAlgorithm.DistributionEstimatorTask<ObservationType>> |
ParallelBaumWelchAlgorithm.distributionEstimatorTasks
Tasks for re-estimating the PDFs.
|
Modifier and Type | Method and Description |
---|---|
protected java.util.ArrayList<ParallelBaumWelchAlgorithm.DistributionEstimatorTask<ObservationType>> |
ParallelBaumWelchAlgorithm.createDistributionEstimatorTasks()
Creates the DistributionEstimatorTask
|