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