Uses of Enum Class
edu.cmu.tetrad.graph.GraphUtils.GraphType
Packages that use GraphUtils.GraphType
-
Uses of GraphUtils.GraphType in edu.cmu.tetrad.graph
Methods in edu.cmu.tetrad.graph that return GraphUtils.GraphTypeModifier and TypeMethodDescriptionstatic GraphUtils.GraphType
Returns the enum constant of this class with the specified name.static GraphUtils.GraphType[]
GraphUtils.GraphType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in edu.cmu.tetrad.graph with parameters of type GraphUtils.GraphTypeModifier and TypeMethodDescriptionstatic Graph
GraphUtils.getGraphWithoutXToY
(Graph G, Node x, Node y, GraphUtils.GraphType graphType) Returns a graph that is obtained by removing the edge from node x to node y from the input graph.GraphUtils.visibleEdgeAdjustments1
(Graph G, Node x, Node y, int numSmallestSizes, GraphUtils.GraphType graphType) Calculates visual-edge adjustments given graph G between two nodes x and y that are subsets of MB(X).GraphUtils.visibleEdgeAdjustments3
(Graph G, Node x, Node y, int numSmallestSizes, GraphUtils.GraphType graphType) This method calculates visible-edge adjustments for a given graph, two nodes, a number of smallest sizes, and a graph type.GraphUtils.visualEdgeAdjustments2
(Graph G, Node x, Node y, int numSmallestSizes, GraphUtils.GraphType graphType) Calculates visual-edge adjustments of a given graph G between two nodes x and y that are subsets of MB(Y).