Uses of Class
com.bayesserver.analysis.AutoInsightOutput
-
Packages that use AutoInsightOutput Package Description com.bayesserver.analysis -
-
Uses of AutoInsightOutput in com.bayesserver.analysis
Methods in com.bayesserver.analysis that return AutoInsightOutput Modifier and Type Method Description static AutoInsightOutput
AutoInsight. calculate(State target, List<Variable> testVariables, Evidence evidence, AutoInsightOptions options)
Uses comparison queries to automatically derive insight about a target variable from a trained network.static AutoInsightOutput
AutoInsight. calculate(State target, List<Variable> testVariables, InferenceFactory factory)
Uses comparison queries to automatically derive insight about a target variable from a trained network.static AutoInsightOutput
AutoInsight. calculate(State target, List<Variable> testVariables, InferenceFactory factory, Evidence evidence)
Uses comparison queries to automatically derive insight about a target variable from a trained network.static AutoInsightOutput[]
AutoInsight. calculate(Variable continuousTarget, List<Interval<Double>> targetIntervals, List<Variable> testVariables, Evidence evidence, AutoInsightOptions options)
Uses comparison queries to automatically derive insight about a target variable from a trained network.AutoInsightOutput
AutoInsightVariableOutputCollection. getParent()
Gets the main output.
-