protected class ParallelHiddenMarkovModel.LogLikelihoodTask extends AbstractCloneableSerializable implements java.util.concurrent.Callable<java.lang.Double>
Modifier and Type | Field and Description |
---|---|
protected java.util.Collection<? extends ObservationType> |
data
Data to compute the log-likelihood of
|
Constructor and Description |
---|
LogLikelihoodTask(java.util.Collection<? extends ObservationType> data)
Creates a new instance of LogLikelihoodTask
|
Modifier and Type | Method and Description |
---|---|
java.lang.Double |
call() |
clone
protected java.util.Collection<? extends ObservationType> data
public LogLikelihoodTask(java.util.Collection<? extends ObservationType> data)
data
- Data to compute the log-likelihood of