Package pal.statistics
Interface LikelihoodEvaluator.MLResult
-
- All Known Implementing Classes:
LikelihoodEvaluator.SimpleMLResult
- Enclosing interface:
- LikelihoodEvaluator
public static interface LikelihoodEvaluator.MLResult
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getLogLikelihood()
Tree
getOptimisedTree()
-
-
-
Method Detail
-
getLogLikelihood
double getLogLikelihood()
-
getOptimisedTree
Tree getOptimisedTree()
-
-