Package com.bayesserver.analysis
Class LogLikelihoodAnalysisBaselineOutput
- java.lang.Object
-
- com.bayesserver.analysis.LogLikelihoodAnalysisBaselineOutput
-
public final class LogLikelihoodAnalysisBaselineOutput extends Object
Output information about the log-likelihood from a log-likelihood analysis.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getLogLikelihoodAll()
Gets the log-likelihood with all evidence to analyze set.double
getLogLikelihoodNone()
Gets the log-likelihood with no evidence to analyze set.
-