static ImpactOutput |
Impact.calculate(Network network,
Distribution hypothesisQuery,
Evidence evidence,
List<Variable> evidenceToAnalyse,
ImpactOptions options) |
Analyzes the impact of sets of evidence on the resulting probability distribution of a hypothesis variable.
|
static ImpactOutput |
Impact.calculate(Network network,
Distribution hypothesisQuery,
StateContext[] hypothesisCombination,
Evidence evidence,
List<Variable> evidenceToAnalyse,
ImpactOptions options) |
Analyzes the impact of sets of evidence on a hypothesis query and discrete combination of that hypothesis query.
|
static ImpactOutput |
Impact.calculate(Network network,
Variable hypothesisVariable,
Evidence evidence,
List<Variable> evidenceToAnalyse,
ImpactOptions options) |
Analyzes the impact of sets of evidence on a hypothesis state and its variable.
|
static ImpactOutput |
Impact.calculate(Network network,
Variable hypothesisVariable,
State hypothesisState,
Evidence evidence,
List<Variable> evidenceToAnalyse,
ImpactOptions options) |
Analyzes the impact of sets of evidence on a hypothesis state and its variable.
|
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.
|