Package com.bayesserver.causal
Class BackdoorValidationOptions
- java.lang.Object
-
- com.bayesserver.causal.BackdoorValidationOptions
-
- All Implemented Interfaces:
ValidationOptions
public final class BackdoorValidationOptions extends Object implements ValidationOptions
Options for Backdoor Criterion validation, which can be used to test whether adjustment sets are valid.
-
-
Constructor Summary
Constructors Constructor Description BackdoorValidationOptions(AdjustmentSet adjustmentSet)
Initializes a new instance of theBackdoorValidationOptions
class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AdjustmentSet
getAdjustmentSet()
Gets the adjustment set to be validated.CausalEffectKind
getCausalEffectKind()
The type of causal effect, such as Total or Direct.void
setCausalEffectKind(CausalEffectKind value)
-
-
-
Constructor Detail
-
BackdoorValidationOptions
public BackdoorValidationOptions(AdjustmentSet adjustmentSet)
Initializes a new instance of theBackdoorValidationOptions
class.- Parameters:
adjustmentSet
- The adjustment set to be validated.
-
-
Method Detail
-
getAdjustmentSet
public AdjustmentSet getAdjustmentSet()
Gets the adjustment set to be validated.
-
getCausalEffectKind
public CausalEffectKind getCausalEffectKind()
The type of causal effect, such as Total or Direct.- Specified by:
getCausalEffectKind
in interfaceValidationOptions
-
setCausalEffectKind
public void setCausalEffectKind(CausalEffectKind value)
-
-