Uses of Class
com.bayesserver.inference.CausalEffectKind
-
Packages that use CausalEffectKind Package Description com.bayesserver.causal com.bayesserver.inference com.bayesserver.optimization -
-
Uses of CausalEffectKind in com.bayesserver.causal
Methods in com.bayesserver.causal that return CausalEffectKind Modifier and Type Method Description CausalEffectKind
BackdoorCriterionOptions. getCausalEffectKind()
The type of causal effect, such as Total or Direct.CausalEffectKind
BackdoorValidationOptions. getCausalEffectKind()
The type of causal effect, such as Total or Direct.CausalEffectKind
CausalQueryOptionsBase. getCausalEffectKind()
Gets the kind of effect to calculate.CausalEffectKind
DisjunctiveCauseCriterionOptions. getCausalEffectKind()
The type of causal effect, such as Total or Direct.CausalEffectKind
DisjunctiveCauseValidationOptions. getCausalEffectKind()
The type of causal effect, such as Total or Direct.CausalEffectKind
FrontDoorCriterionOptions. getCausalEffectKind()
The type of causal effect, such as Total or Direct.CausalEffectKind
FrontDoorValidationOptions. getCausalEffectKind()
The type of causal effect, such as Total or Direct.CausalEffectKind
IdentificationOptions. getCausalEffectKind()
The type of causal effect, such as Total or Direct.CausalEffectKind
ValidationOptions. getCausalEffectKind()
The type of causal effect, such as Total or Direct.Methods in com.bayesserver.causal with parameters of type CausalEffectKind Modifier and Type Method Description static EffectsAnalysisOutput
EffectsAnalysis. calculate(Variable treatment, Variable outcome, CausalEffectKind effect, Evidence fixedEvidence, InferenceFactory factory, EffectsAnalysisOptions options)
Calculate the causal effect on a target, varying for different treatment values.void
BackdoorCriterionOptions. setCausalEffectKind(CausalEffectKind value)
The type of causal effect, such as Total or Direct.void
BackdoorValidationOptions. setCausalEffectKind(CausalEffectKind value)
void
CausalQueryOptionsBase. setCausalEffectKind(CausalEffectKind value)
Sets the kind of effect to calculate.void
DisjunctiveCauseCriterionOptions. setCausalEffectKind(CausalEffectKind value)
The type of causal effect, such as Total or Direct.void
DisjunctiveCauseValidationOptions. setCausalEffectKind(CausalEffectKind value)
void
FrontDoorCriterionOptions. setCausalEffectKind(CausalEffectKind value)
The type of causal effect, such as Total or Direct.void
FrontDoorValidationOptions. setCausalEffectKind(CausalEffectKind value)
void
IdentificationOptions. setCausalEffectKind(CausalEffectKind value)
The type of causal effect, such as Total or Direct. -
Uses of CausalEffectKind in com.bayesserver.inference
Methods in com.bayesserver.inference that return CausalEffectKind Modifier and Type Method Description CausalEffectKind
LikelihoodSamplingQueryOptions. getCausalEffectKind()
Gets the kind of effect to calculate.CausalEffectKind
LoopyBeliefQueryOptions. getCausalEffectKind()
Gets the kind of effect to calculate.CausalEffectKind
QueryOptions. getCausalEffectKind()
Gets the kind of effect to calculate.CausalEffectKind
RelevanceTreeQueryOptions. getCausalEffectKind()
Gets the kind of effect to calculate.CausalEffectKind
TreeQueryOptions. getCausalEffectKind()
Gets the kind of effect to calculate.CausalEffectKind
VariableEliminationQueryOptions. getCausalEffectKind()
Gets the kind of effect to calculate.static CausalEffectKind
CausalEffectKind. valueOf(String name)
Returns the enum constant of this type with the specified name.static CausalEffectKind[]
CausalEffectKind. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.bayesserver.inference with parameters of type CausalEffectKind Modifier and Type Method Description void
LikelihoodSamplingQueryOptions. setCausalEffectKind(CausalEffectKind value)
Sets the kind of effect to calculate.void
LoopyBeliefQueryOptions. setCausalEffectKind(CausalEffectKind value)
Sets the kind of effect to calculate.void
QueryOptions. setCausalEffectKind(CausalEffectKind value)
Sets the kind of effect to calculate.void
RelevanceTreeQueryOptions. setCausalEffectKind(CausalEffectKind value)
Sets the kind of effect to calculate.void
TreeQueryOptions. setCausalEffectKind(CausalEffectKind value)
Sets the kind of effect to calculate.void
VariableEliminationQueryOptions. setCausalEffectKind(CausalEffectKind value)
Sets the kind of effect to calculate. -
Uses of CausalEffectKind in com.bayesserver.optimization
Methods in com.bayesserver.optimization that return CausalEffectKind Modifier and Type Method Description CausalEffectKind
GeneticOptionsBase. getCausalEffectKind()
Gets the kind of causal effect to optimize.CausalEffectKind
OptimizerOptions. getCausalEffectKind()
Gets the kind of causal effect to optimize.Methods in com.bayesserver.optimization with parameters of type CausalEffectKind Modifier and Type Method Description void
GeneticOptionsBase. setCausalEffectKind(CausalEffectKind value)
Sets the kind of causal effect to optimize.void
OptimizerOptions. setCausalEffectKind(CausalEffectKind value)
Sets the kind of causal effect to optimize.
-