Package com.bayesserver.causal
Class FrontDoorSet
- java.lang.Object
-
- com.bayesserver.causal.FrontDoorSet
-
-
Constructor Summary
Constructors Constructor Description FrontDoorSet(FrontDoorSetNode... nodes)
Initializes a new instance of theFrontDoorSet
class.FrontDoorSet(List<FrontDoorSetNode> nodes)
Initializes a new instance of theFrontDoorSet
class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<FrontDoorSetNode>
getNodes()
Gets the front-door nodes used by the front-door adjustment, and can be identified using the front-door criterion.
-
-
-
Constructor Detail
-
FrontDoorSet
public FrontDoorSet(FrontDoorSetNode... nodes)
Initializes a new instance of theFrontDoorSet
class.- Parameters:
nodes
- The set of front-door nodes.
-
FrontDoorSet
public FrontDoorSet(List<FrontDoorSetNode> nodes)
Initializes a new instance of theFrontDoorSet
class.- Parameters:
nodes
- The set of front-door nodes.
-
-
Method Detail
-
getNodes
public List<FrontDoorSetNode> getNodes()
Gets the front-door nodes used by the front-door adjustment, and can be identified using the front-door criterion.
-
-