Package com.bayesserver.causal
Interface IdentificationOptions
-
- All Known Implementing Classes:
BackdoorCriterionOptions
,DisjunctiveCauseCriterionOptions
,FrontDoorCriterionOptions
public interface IdentificationOptions
Options for classes that implementIdentification
-
-
Method Summary
All Methods Instance Methods Abstract 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
CausalEffectKind getCausalEffectKind()
The type of causal effect, such as Total or Direct.
-
setCausalEffectKind
void setCausalEffectKind(CausalEffectKind value)
The type of causal effect, such as Total or Direct.
-
-