Package pal.eval
Interface UnconstrainedLikelihoodModel
-
- All Known Implementing Classes:
SimpleUnconstrainedLikelihoodModel
public interface UnconstrainedLikelihoodModel
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceUnconstrainedLikelihoodModel.ExternalThe External calculator does not maintain any state and is approapriate for calculation where a store is providedstatic interfaceUnconstrainedLikelihoodModel.Instancestatic interfaceUnconstrainedLikelihoodModel.InternalThe Internal calculator may maintain state and is approapriate permanent attachment to internal nodes of the tree structurestatic interfaceUnconstrainedLikelihoodModel.LeafA LHCalculator.Leaf object is attached to each leaf node and can be used to calculated conditional probabilities across the related branch.
-