Package edu.cmu.tetrad.search
Class FciOrientDijkstra.Graph
java.lang.Object
edu.cmu.tetrad.search.FciOrientDijkstra.Graph
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetNeighbors
(Node node) Returns the neighbors of a node, reachable via DijkstraEdges in the grph.getNodes()
Returns the nodes in the graph.
-
Constructor Details
-
Graph
Represents a graph used in Dijkstra's algorithm.- Parameters:
graph
- The graph.potentiallyDirected
- If true, the graph is potentially directed.
-
-
Method Details
-
getNeighbors
Returns the neighbors of a node, reachable via DijkstraEdges in the grph.- Parameters:
node
- The node.- Returns:
- The neighbors of the node.
-
getNodes
-