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