Package com.bayesserver.analysis
Class LogLikelihoodAnalysisOutputItem
- java.lang.Object
-
- com.bayesserver.analysis.LogLikelihoodAnalysisOutputItem
-
public final class LogLikelihoodAnalysisOutputItem extends Object
The output from a Log-Likelihood analysis, for a particular subset of evidence.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Boolean>
getEvidenceFlags()
Gets a list of values each of which indicate which of the evidence being analyzed is set.double
getLogLikelihood()
Gets the log-likelihood for this output item evidence.
-