Package edu.cmu.tetrad.search
Class PossibleDConnectingPath
java.lang.Object
edu.cmu.tetrad.search.PossibleDConnectingPath
Finds possible d-connecting undirectedPaths for the IonSearch.
Not thread safe.
- Author:
- Tyler Gibson
-
Method Summary
Modifier and TypeMethodDescriptionboolean
static List<PossibleDConnectingPath>
findDConnectingPaths
(Graph pag, Node x, Node y, Collection<Node> z) Finds all possible D-connection undirectedPaths as sub-graphs of the pag given at construction time from x to y given z.static List<PossibleDConnectingPath>
findDConnectingPathsOfLength
(Graph pag, Node x, Node y, Collection<Node> z, Integer length) Finds all possible D-connection undirectedPaths as sub-graphs of the pag given at construction time from x to y given z for a particular path length.getPag()
getPath()
toString()
-
Method Details
-
getPag
-
getConditions
-
getPath
-
toString
-
findDConnectingPaths
public static List<PossibleDConnectingPath> findDConnectingPaths(Graph pag, Node x, Node y, Collection<Node> z) Finds all possible D-connection undirectedPaths as sub-graphs of the pag given at construction time from x to y given z. -
findDConnectingPathsOfLength
public static List<PossibleDConnectingPath> findDConnectingPathsOfLength(Graph pag, Node x, Node y, Collection<Node> z, Integer length) Finds all possible D-connection undirectedPaths as sub-graphs of the pag given at construction time from x to y given z for a particular path length. -
equals
-