ObservationType
- Observation typeprotected static class ParallelHiddenMarkovModel.ObservationLikelihoodTask<ObservationType> extends AbstractCloneableSerializable implements java.util.concurrent.Callable<double[]>
Modifier and Type | Field and Description |
---|---|
protected ProbabilityFunction<ObservationType> |
distributionFunction
The PDF.
|
protected java.util.Collection<? extends ObservationType> |
observations
Observations
|
Constructor and Description |
---|
ObservationLikelihoodTask()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
double[] |
call() |
clone
protected java.util.Collection<? extends ObservationType> observations
protected ProbabilityFunction<ObservationType> distributionFunction