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 CausalEffectKind
getCausalEffectKind()
The type of causal effect, such as Total or Direct.Integer
getMaximumAdjustmentSets()
Limits the number of adjustment sets generated.BackdoorMethod
getMethod()
void
setCausalEffectKind(CausalEffectKind value)
The type of causal effect, such as Total or Direct.void
setMaximumAdjustmentSets(Integer value)
Limits the number of adjustment sets generated.void
setMethod(BackdoorMethod value)
-
-
-
Method Detail
-
getCausalEffectKind
public CausalEffectKind getCausalEffectKind()
The type of causal effect, such as Total or Direct.- Specified by:
getCausalEffectKind
in interfaceIdentificationOptions
-
setCausalEffectKind
public void setCausalEffectKind(CausalEffectKind value)
The type of causal effect, such as Total or Direct.- Specified by:
setCausalEffectKind
in 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.
-
-