public static class Likelihood.RateLikelihood
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Method and Description |
---|---|
double |
getLikelihood()
Returns the likelihood.
|
Likelihood.NodeLikelihood |
getNodeLikelihood(java.lang.String node)
Returns the likelihood results for a given node on the tree
|
public double getLikelihood()
public Likelihood.NodeLikelihood getNodeLikelihood(java.lang.String node) throws Likelihood.LikelihoodException
node
- The node to return the result forLikelihood.LikelihoodException
- Thrown if no likelihood
has been calculated for the given node