pal.statistics
Class LikelihoodEvaluator.Utils

java.lang.Object
  extended by pal.statistics.LikelihoodEvaluator.Utils
Enclosing interface:
LikelihoodEvaluator

public static final class LikelihoodEvaluator.Utils
extends java.lang.Object


Constructor Summary
LikelihoodEvaluator.Utils()
           
 
Method Summary
static LikelihoodEvaluator createSimpleEvaluator(SubstitutionModel model)
          Create a simple evaluator that uses UnrootedTreeSearch
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LikelihoodEvaluator.Utils

public LikelihoodEvaluator.Utils()
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