public final class AutoInsightOutput extends Object
AutoInsight.| Modifier and Type | Method and Description | 
|---|---|
Interval<Double> | 
getContinuousTargetInterval()
Gets the target interval (if any). 
 | 
boolean | 
getIsApproximate()
Gets a value which when true indicates that the auto-insight calculations were approximated using sampling. 
 | 
State | 
getTarget()
Gets the target state used to calculate the insight. 
 | 
double | 
getTargetProbability()
Gets the probability of the target state, given any optional background evidence. 
 | 
AutoInsightVariableOutputCollection | 
getVariableOutputs()
Contains the insights from each test variable. 
 | 
void | 
setContinuousTargetInterval(Interval<Double> value)
Gets the target interval (if any). 
 | 
void | 
setIsApproximate(boolean value)
Gets a value which when true indicates that the auto-insight calculations were approximated using sampling. 
 | 
public State getTarget()
public Interval<Double> getContinuousTargetInterval()
public void setContinuousTargetInterval(Interval<Double> value)
public boolean getIsApproximate()
public void setIsApproximate(boolean value)
public double getTargetProbability()
public AutoInsightVariableOutputCollection getVariableOutputs()
Copyright © 2021. All rights reserved.