|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectLikelihood.Likelihood.SiteLikelihood
public static class Likelihood.SiteLikelihood
Stored the result of a likelihood calculation for a single site
Method Summary | |
---|---|
double |
getLikelihood()
Get the likelihood |
RateCategory |
getMostProbableRateCategory()
Gets the most probable rate category |
double |
getRateCategoryProbability(RateCategory rc)
Gets the probability of being in a rate category |
Likelihood.RateLikelihood |
getRateLikelihood(RateCategory rate)
Get the likelihood for a single rate class |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public double getLikelihood()
public Likelihood.RateLikelihood getRateLikelihood(RateCategory rate) throws Likelihood.LikelihoodException
rate
- Rate class to get the likelihood for
Likelihood.LikelihoodException
- Thrown if no likelihood
has been calculated for the given ratepublic double getRateCategoryProbability(RateCategory rc)
rc
- The rate category
public RateCategory getMostProbableRateCategory()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |