Uses of Interface
pal.eval.LHCalculator.Leaf
-
Packages that use LHCalculator.Leaf Package Description pal.eval Classes for evaluating evolutionary hypothesis (chi-square and likelihood criteria) and estimating model parameters. -
-
Uses of LHCalculator.Leaf in pal.eval
Classes in pal.eval that implement LHCalculator.Leaf Modifier and Type Class Description class
SimpleLeafCalculator
Methods in pal.eval that return LHCalculator.Leaf Modifier and Type Method Description LHCalculator.Leaf
LHCalculator.Generator. createNewLeaf(int[] patternStateMatchup, int numberOfPatterns)
Create anew leaf calculatorLHCalculator.Leaf
LHCalculator.Generator. createNewLeaf(int[] patternStateMatchup, int numberOfPatterns, LHCalculator.Generator parentGenerator)
LHCalculator.Leaf
LHCalculator.Leaf. getCopy()
Create a new Leaf calculator that has exactly the same properties as this one (but is different such that it may be used independently)LHCalculator.Leaf
SimpleLeafCalculator. getCopy()
Constructors in pal.eval with parameters of type LHCalculator.Leaf Constructor Description LeafImpl(LHCalculator.Leaf base, SubstitutionModel model)
-