Package edu.cmu.tetrad.search.utils
Class PossibleMConnectingPath
java.lang.Object
edu.cmu.tetrad.search.utils.PossibleMConnectingPath
Finds possible d-connecting undirectedPaths for the IonSearch.
Not thread safe.
- Author:
- Tyler Gibson
-
Method Summary
Modifier and TypeMethodDescriptionboolean
static List<PossibleMConnectingPath>
findMConnectingPaths
(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<PossibleMConnectingPath>
findMConnectingPathsOfLength
(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
-
findMConnectingPaths
public static List<PossibleMConnectingPath> findMConnectingPaths(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. -
findMConnectingPathsOfLength
public static List<PossibleMConnectingPath> findMConnectingPathsOfLength(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
-
getConditions
-
getPath
-
toString
-
equals
-