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 CausalEffectKindBackdoorCriterionOptions. getCausalEffectKind()The type of causal effect, such as Total or Direct.CausalEffectKindBackdoorValidationOptions. getCausalEffectKind()The type of causal effect, such as Total or Direct.CausalEffectKindCausalQueryOptionsBase. getCausalEffectKind()Gets the kind of effect to calculate.CausalEffectKindDisjunctiveCauseCriterionOptions. getCausalEffectKind()The type of causal effect, such as Total or Direct.CausalEffectKindDisjunctiveCauseValidationOptions. getCausalEffectKind()The type of causal effect, such as Total or Direct.CausalEffectKindFrontDoorCriterionOptions. getCausalEffectKind()The type of causal effect, such as Total or Direct.CausalEffectKindFrontDoorValidationOptions. getCausalEffectKind()The type of causal effect, such as Total or Direct.CausalEffectKindIdentificationOptions. getCausalEffectKind()The type of causal effect, such as Total or Direct.CausalEffectKindValidationOptions. 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 EffectsAnalysisOutputEffectsAnalysis. 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.voidBackdoorCriterionOptions. setCausalEffectKind(CausalEffectKind value)The type of causal effect, such as Total or Direct.voidBackdoorValidationOptions. setCausalEffectKind(CausalEffectKind value)voidCausalQueryOptionsBase. setCausalEffectKind(CausalEffectKind value)Sets the kind of effect to calculate.voidDisjunctiveCauseCriterionOptions. setCausalEffectKind(CausalEffectKind value)The type of causal effect, such as Total or Direct.voidDisjunctiveCauseValidationOptions. setCausalEffectKind(CausalEffectKind value)voidFrontDoorCriterionOptions. setCausalEffectKind(CausalEffectKind value)The type of causal effect, such as Total or Direct.voidFrontDoorValidationOptions. setCausalEffectKind(CausalEffectKind value)voidIdentificationOptions. 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 CausalEffectKindLikelihoodSamplingQueryOptions. getCausalEffectKind()Gets the kind of effect to calculate.CausalEffectKindLoopyBeliefQueryOptions. getCausalEffectKind()Gets the kind of effect to calculate.CausalEffectKindQueryOptions. getCausalEffectKind()Gets the kind of effect to calculate.CausalEffectKindRelevanceTreeQueryOptions. getCausalEffectKind()Gets the kind of effect to calculate.CausalEffectKindTreeQueryOptions. getCausalEffectKind()Gets the kind of effect to calculate.CausalEffectKindVariableEliminationQueryOptions. getCausalEffectKind()Gets the kind of effect to calculate.static CausalEffectKindCausalEffectKind. 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 voidLikelihoodSamplingQueryOptions. setCausalEffectKind(CausalEffectKind value)Sets the kind of effect to calculate.voidLoopyBeliefQueryOptions. setCausalEffectKind(CausalEffectKind value)Sets the kind of effect to calculate.voidQueryOptions. setCausalEffectKind(CausalEffectKind value)Sets the kind of effect to calculate.voidRelevanceTreeQueryOptions. setCausalEffectKind(CausalEffectKind value)Sets the kind of effect to calculate.voidTreeQueryOptions. setCausalEffectKind(CausalEffectKind value)Sets the kind of effect to calculate.voidVariableEliminationQueryOptions. 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 CausalEffectKindGeneticOptionsBase. getCausalEffectKind()Gets the kind of causal effect to optimize.CausalEffectKindOptimizerOptions. getCausalEffectKind()Gets the kind of causal effect to optimize.Methods in com.bayesserver.optimization with parameters of type CausalEffectKind Modifier and Type Method Description voidGeneticOptionsBase. setCausalEffectKind(CausalEffectKind value)Sets the kind of causal effect to optimize.voidOptimizerOptions. setCausalEffectKind(CausalEffectKind value)Sets the kind of causal effect to optimize.
-