Uses of Class
com.bayesserver.causal.FrontDoorSetNode
-
Packages that use FrontDoorSetNode Package Description com.bayesserver.causal -
-
Uses of FrontDoorSetNode in com.bayesserver.causal
Methods in com.bayesserver.causal that return types with arguments of type FrontDoorSetNode Modifier and Type Method Description List<FrontDoorSetNode>
FrontDoorSet. getNodes()
Gets the front-door nodes used by the front-door adjustment, and can be identified using the front-door criterion.Constructors in com.bayesserver.causal with parameters of type FrontDoorSetNode Constructor Description FrontDoorSet(FrontDoorSetNode... nodes)
Initializes a new instance of theFrontDoorSet
class.Constructor parameters in com.bayesserver.causal with type arguments of type FrontDoorSetNode Constructor Description FrontDoorSet(List<FrontDoorSetNode> nodes)
Initializes a new instance of theFrontDoorSet
class.
-