Package pal.statistics
Class LikelihoodEvaluator.SimpleMLResult
- java.lang.Object
-
- pal.statistics.LikelihoodEvaluator.SimpleMLResult
-
- All Implemented Interfaces:
LikelihoodEvaluator.MLResult
- Enclosing interface:
- LikelihoodEvaluator
public static final class LikelihoodEvaluator.SimpleMLResult extends java.lang.Object implements LikelihoodEvaluator.MLResult
-
-
Constructor Summary
Constructors Constructor Description SimpleMLResult(double logLikelihood, Tree optimisedTree)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getLogLikelihood()
Tree
getOptimisedTree()
-
-
-
Constructor Detail
-
SimpleMLResult
public SimpleMLResult(double logLikelihood, Tree optimisedTree)
-
-
Method Detail
-
getLogLikelihood
public double getLogLikelihood()
- Specified by:
getLogLikelihood
in interfaceLikelihoodEvaluator.MLResult
-
getOptimisedTree
public Tree getOptimisedTree()
- Specified by:
getOptimisedTree
in interfaceLikelihoodEvaluator.MLResult
-
-