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