Package pal.eval
Class SimpleUnconstrainedLikelihoodModel.LeafImpl
java.lang.Object
pal.eval.SimpleUnconstrainedLikelihoodModel.LeafImpl
- All Implemented Interfaces:
UnconstrainedLikelihoodModel.Leaf
- Enclosing class:
- SimpleUnconstrainedLikelihoodModel
public static final class SimpleUnconstrainedLikelihoodModel.LeafImpl
extends Object
implements UnconstrainedLikelihoodModel.Leaf
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCopy()Create a new Leaf calculator that has exactly the same properties as this one (but is different such that it may be used independently)getExtendedConditionalProbabilities(double distance)
-
Constructor Details
-
LeafImpl
-
-
Method Details
-
getFlatConditionalProbabilities
- Specified by:
getFlatConditionalProbabilitiesin interfaceUnconstrainedLikelihoodModel.Leaf
-
getExtendedConditionalProbabilities
- Specified by:
getExtendedConditionalProbabilitiesin interfaceUnconstrainedLikelihoodModel.Leaf
-
getCopy
Description copied from interface:UnconstrainedLikelihoodModel.LeafCreate a new Leaf calculator that has exactly the same properties as this one (but is different such that it may be used independently)- Specified by:
getCopyin interfaceUnconstrainedLikelihoodModel.Leaf- Returns:
- a copy of this leaf calculator
-