protected static class ParallelHiddenMarkovModel.StateObservationLikelihoodTask extends AbstractCloneableSerializable implements java.util.concurrent.Callable<Vector>
Modifier and Type | Field and Description |
---|---|
protected Vector |
alpha
Alpha at time n.
|
protected Vector |
beta
Beta at time n.
|
Constructor and Description |
---|
StateObservationLikelihoodTask()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
Vector |
call() |
clone