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 classSimpleLeafCalculatorMethods in pal.eval that return LHCalculator.Leaf Modifier and Type Method Description LHCalculator.LeafLHCalculator.Generator. createNewLeaf(int[] patternStateMatchup, int numberOfPatterns)Create anew leaf calculatorLHCalculator.LeafLHCalculator.Generator. createNewLeaf(int[] patternStateMatchup, int numberOfPatterns, LHCalculator.Generator parentGenerator)LHCalculator.LeafLHCalculator.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.LeafSimpleLeafCalculator. getCopy()Constructors in pal.eval with parameters of type LHCalculator.Leaf Constructor Description LeafImpl(LHCalculator.Leaf base, SubstitutionModel model)
-