|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAncestors.AncestralMarginal.SiteResult
public class AncestralMarginal.SiteResult
Class to store the results of a marginal ancestral reconstruction for a single site
Method Summary | |
---|---|
double |
getProbability(java.lang.String node,
java.lang.String state)
Gets thr probability of a given state at a given node |
Site |
getSite()
Returns the reconstructed site |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public Site getSite()
public double getProbability(java.lang.String node, java.lang.String state) throws AncestralException
node
- The nodestate
- The state
AncestralException
- If there is no result for that node/state
combination
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |