Package pal.eval
Interface LikelihoodCalculator
-
- All Known Implementing Classes:
FastLikelihoodCalculator,GeneralLikelihoodCalculator,SimpleLikelihoodCalculator
public interface LikelihoodCalculatorclasses 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublecalculateLogLikelihood()voidrelease()This method should be called when the user is through using this calculator to inform it to release any resources it has allocated.
-