Uses of Class
com.bayesserver.analysis.ImpactHypothesisOutput
-
Packages that use ImpactHypothesisOutput Package Description com.bayesserver.analysis -
-
Uses of ImpactHypothesisOutput in com.bayesserver.analysis
Methods in com.bayesserver.analysis that return ImpactHypothesisOutput Modifier and Type Method Description static ImpactHypothesisOutput
Impact. calculateStreamed(Network network, Distribution hypothesisQuery, Evidence evidence, List<Variable> evidenceToAnalyse, ImpactAction outputItem, ImpactOptions options)
Analyzes the impact of sets of evidence on the resulting probability distribution of a hypothesis variable.static ImpactHypothesisOutput
Impact. calculateStreamed(Network network, Distribution hypothesisQuery, StateContext[] hypothesisState, Evidence evidence, List<Variable> evidenceToAnalyse, ImpactAction outputItem, ImpactOptions options)
Analyzes the impact of sets of evidence on a hypothesis query and discrete combination of that hypothesis query.ImpactHypothesisOutput
ImpactOutput. getHypothesis()
Gets output information for the hypothesis variable/state.
-