public final class AutoInsightStateOutput extends Object
AutoInsight for each test variable.| Modifier and Type | Method and Description | 
|---|---|
Double | 
getDifference()
Gets the difference between the probability of this state given the target state and the probability of this state excluding the target state. 
 | 
Double | 
getLift()
Gets the ratio of the probability of this state given the target state over the probability of this state excluding the target state. 
 | 
AutoInsightStateOutputCollection | 
getParent()
Gets the parent collection. 
 | 
Double | 
getProbability()
Gets the probability of this state with no evidence set on the target state. 
 | 
Double | 
getProbabilityGivenTarget()
Gets the probability of this state given the target state. 
 | 
Double | 
getProbabilityTargetGivenThis()
Gets the probability of the target state given this state. 
 | 
State | 
getState()
Gets the state this insight refers to. 
 | 
public AutoInsightStateOutputCollection getParent()
public State getState()
public Double getProbabilityTargetGivenThis()
public Double getProbability()
public Double getProbabilityGivenTarget()
public Double getLift()
.public Double getDifference()
.Copyright © 2021. All rights reserved.