Package pal.eval
Interface LikelihoodCalculator
- All Known Implementing Classes:
FastLikelihoodCalculator
,GeneralLikelihoodCalculator
,SimpleLikelihoodCalculator
public interface LikelihoodCalculator
classes that calculate likelihoods should implement this interface.
- Version:
- $Id: LikelihoodCalculator.java,v 1.3 2002/09/08 03:46:12 matt Exp $
- Author:
- Matthew Goode
-
Method Summary
Modifier and TypeMethodDescriptiondouble
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.
-
Method Details
-
calculateLogLikelihood
double calculateLogLikelihood() -
release
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.
-