public interface LikelihoodCalculator
Modifier and Type | Method and 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.
|