Package com.bayesserver.causal
Class BackdoorCriterionOutput
- java.lang.Object
-
- com.bayesserver.causal.BackdoorCriterionOutput
-
- All Implemented Interfaces:
IdentificationOutput
public final class BackdoorCriterionOutput extends Object implements IdentificationOutput
The output from the Backdoor criterion, including any 'adjustment sets' identified.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<AdjustmentSet>
getSets()
Gets a list of identified 'adjustment sets'.
-
-
-
Method Detail
-
getSets
public List<AdjustmentSet> getSets()
Gets a list of identified 'adjustment sets'.
-
-