Package com.bayesserver.causal
Class FrontDoorCriterionOptions
- java.lang.Object
-
- com.bayesserver.causal.FrontDoorCriterionOptions
-
- All Implemented Interfaces:
IdentificationOptions
public final class FrontDoorCriterionOptions extends Object implements IdentificationOptions
Options forFrontDoorCriterion
.
-
-
Constructor Summary
Constructors Constructor Description FrontDoorCriterionOptions()
-
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.void
setCausalEffectKind(CausalEffectKind value)
The type of causal effect, such as Total or Direct.
-
-
-
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
-
-