Package com.bayesserver.causal
Interface IdentificationOptions
-
- All Known Implementing Classes:
BackdoorCriterionOptions,DisjunctiveCauseCriterionOptions,FrontDoorCriterionOptions
public interface IdentificationOptionsOptions for classes that implementIdentification
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CausalEffectKindgetCausalEffectKind()The type of causal effect, such as Total or Direct.voidsetCausalEffectKind(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.
-
-