FastLikelihoodCalculator
, GeneralLikelihoodCalculator
, SimpleLikelihoodCalculator
public interface LikelihoodCalculator
Modifier and Type | Method | Description |
---|---|---|
double |
calculateLogLikelihood() |
|
void |
release() |
This method should be called when the user is through using this calculator
to inform it to release any resources it has allocated.
|