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 theBackdoorValidationOptionsclass.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AdjustmentSetgetAdjustmentSet()Gets the adjustment set to be validated.CausalEffectKindgetCausalEffectKind()The type of causal effect, such as Total or Direct.voidsetCausalEffectKind(CausalEffectKind value)
-
-
-
Constructor Detail
-
BackdoorValidationOptions
public BackdoorValidationOptions(AdjustmentSet adjustmentSet)
Initializes a new instance of theBackdoorValidationOptionsclass.- 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:
getCausalEffectKindin interfaceValidationOptions
-
setCausalEffectKind
public void setCausalEffectKind(CausalEffectKind value)
-
-