Uses of Class
com.bayesserver.analysis.AutoInsightOptions
-
Packages that use AutoInsightOptions Package Description com.bayesserver.analysis -
-
Uses of AutoInsightOptions in com.bayesserver.analysis
Methods in com.bayesserver.analysis with parameters of type AutoInsightOptions 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(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.
-