|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectLikelihood.Likelihood.RateLikelihood
public static class Likelihood.RateLikelihood
Stores the result of the likelihood calculations for a single site and a single rate class.
Method Summary | |
---|---|
double |
getLikelihood()
Returns the likelihood. |
Likelihood.NodeLikelihood |
getNodeLikelihood(java.lang.String node)
Returns the likelihood results for a given node on the tree |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public double getLikelihood()
public Likelihood.NodeLikelihood getNodeLikelihood(java.lang.String node) throws Likelihood.LikelihoodException
node
- The node to return the result for
Likelihood.LikelihoodException
- Thrown if no likelihood
has been calculated for the given node
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |