Package pal.statistics
Class LikelihoodEvaluator.Utils
- java.lang.Object
-
- pal.statistics.LikelihoodEvaluator.Utils
-
- Enclosing interface:
- LikelihoodEvaluator
public static final class LikelihoodEvaluator.Utils extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Utils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static LikelihoodEvaluator
createSimpleEvaluator(SubstitutionModel model)
Create a simple evaluator that uses UnrootedTreeSearch
-
-
-
Method Detail
-
createSimpleEvaluator
public static final LikelihoodEvaluator createSimpleEvaluator(SubstitutionModel model)
Create a simple evaluator that uses UnrootedTreeSearch- Parameters:
model
- The substitution model to use- Returns:
- an appropriate LikelihoodEvaluator
-
-