Package com.bayesserver.analysis
Class ImpactHypothesisOutput
- java.lang.Object
-
- com.bayesserver.analysis.ImpactHypothesisOutput
-
public final class ImpactHypothesisOutput extends Object
Output information about the hypothesis variable/state from an Impact analysis.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Double
getStateProbabilityAll()
Gets the probability of the hypothesis state (if any) with all evidence to analyze set.Double
getStateProbabilityNone()
Gets the probability of the hypothesis state (if any) with no evidence to analyze set.
-
-
-
Method Detail
-
getStateProbabilityNone
public Double getStateProbabilityNone()
Gets the probability of the hypothesis state (if any) with no evidence to analyze set.
-
getStateProbabilityAll
public Double getStateProbabilityAll()
Gets the probability of the hypothesis state (if any) with all evidence to analyze set.
-
-