public final class ImpactOutputItem extends Object
| Modifier and Type | Method and Description | 
|---|---|
List<Boolean> | 
getEvidenceFlags()
Gets a list of values each of which indicate which of the evidence being analyzed is set. 
 | 
Double | 
getKLDivergenceFromNone()
Gets the Kullback-Leibler divergence D(P||Q) from the hypothesis query without evidence to analyze set (Q) to the current combination (P). 
 | 
Double | 
getKLDivergenceToAll()
Gets the Kullback-Leibler divergence D(P||Q) from the hypothesis query with the current subset of evidence (Q) to all evidence to analyze set (P). 
 | 
Double | 
getStateAllDiffThis()
Gets the probability of the hypothesis state (if specified) with all evidence to analyze minus the state probability for this evidence configuration. 
 | 
Double | 
getStateAllLiftThis()
Gets the probability of the hypothesis state (if specified) when all evidence to analyze is set relative to when this evidence configuration is set. 
 | 
Double | 
getStateProbability()
Gets the probability of the hypothesis state (if specified) for this output item evidence. 
 | 
Double | 
getStateThisDiffNone()
Gets the probability of the hypothesis state (if specified) for this evidence configuration minus the state probability with no evidence to analyze. 
 | 
Double | 
getStateThisLiftNone()
Gets the probability of the hypothesis state (if specified) for this evidence configuration relative to when no evidence to analyze is set. 
 | 
public List<Boolean> getEvidenceFlags()
public Double getStateProbability()
public Double getStateThisDiffNone()
public Double getStateAllDiffThis()
public Double getStateThisLiftNone()
public Double getStateAllLiftThis()
public Double getKLDivergenceFromNone()
public Double getKLDivergenceToAll()
Copyright © 2021. All rights reserved.