Package pal.statistics
Interface LikelihoodEvaluator
-
public interface LikelihoodEvaluator
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceLikelihoodEvaluator.MLResultstatic classLikelihoodEvaluator.SimpleMLResultstatic classLikelihoodEvaluator.Utils
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublecalculateLikelihood(Tree tree, Alignment alignment)LikelihoodEvaluator.MLResultgetMLOptimised(Tree tree, Alignment alignment, AlgorithmCallback callback)
-
-
-
Method Detail
-
getMLOptimised
LikelihoodEvaluator.MLResult getMLOptimised(Tree tree, Alignment alignment, AlgorithmCallback callback)
-
-