|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectLikelihood.Likelihood.NodeLikelihood
public static class Likelihood.NodeLikelihood
Stores the results of a likelihood claculation for a single node in a tree. That is the partial likelihoods for each possible state.
Method Summary | |
---|---|
java.lang.Double |
getLikelihood(java.lang.String state)
Returns the partial likelihood for a given state |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.Double getLikelihood(java.lang.String state) throws Likelihood.LikelihoodException
state
- The state to return the partial likelihood for
Likelihood.LikelihoodException
- Thrown if no likelihood
has been calculated for the given state
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |