Package com.bayesserver.causal
Class BackdoorCriterionOptions
- java.lang.Object
-
- com.bayesserver.causal.BackdoorCriterionOptions
-
- All Implemented Interfaces:
IdentificationOptions
public final class BackdoorCriterionOptions extends Object implements IdentificationOptions
Options forBackdoorCriterion.
-
-
Constructor Summary
Constructors Constructor Description BackdoorCriterionOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CausalEffectKindgetCausalEffectKind()The type of causal effect, such as Total or Direct.IntegergetMaximumAdjustmentSets()Limits the number of adjustment sets generated.BackdoorMethodgetMethod()voidsetCausalEffectKind(CausalEffectKind value)The type of causal effect, such as Total or Direct.voidsetMaximumAdjustmentSets(Integer value)Limits the number of adjustment sets generated.voidsetMethod(BackdoorMethod value)
-
-
-
Method Detail
-
getCausalEffectKind
public CausalEffectKind getCausalEffectKind()
The type of causal effect, such as Total or Direct.- Specified by:
getCausalEffectKindin interfaceIdentificationOptions
-
setCausalEffectKind
public void setCausalEffectKind(CausalEffectKind value)
The type of causal effect, such as Total or Direct.- Specified by:
setCausalEffectKindin interfaceIdentificationOptions
-
getMethod
public BackdoorMethod getMethod()
-
setMethod
public void setMethod(BackdoorMethod value)
-
getMaximumAdjustmentSets
public Integer getMaximumAdjustmentSets()
Limits the number of adjustment sets generated.
-
setMaximumAdjustmentSets
public void setMaximumAdjustmentSets(Integer value)
Limits the number of adjustment sets generated.
-
-