public interface LikelihoodEvaluator
Modifier and Type | Interface | Description |
---|---|---|
static interface |
LikelihoodEvaluator.MLResult |
|
static class |
LikelihoodEvaluator.SimpleMLResult |
|
static class |
LikelihoodEvaluator.Utils |
Modifier and Type | Method | Description |
---|---|---|
double |
calculateLikelihood(Tree tree,
Alignment alignment) |
|
LikelihoodEvaluator.MLResult |
getMLOptimised(Tree tree,
Alignment alignment,
AlgorithmCallback callback) |
LikelihoodEvaluator.MLResult getMLOptimised(Tree tree, Alignment alignment, AlgorithmCallback callback)