Uses of Class
edu.cmu.tetrad.graph.Dag
Packages that use Dag
-
Uses of Dag in edu.cmu.tetrad.graph
Methods in edu.cmu.tetrad.graph that return DagModifier and TypeMethodDescriptionstatic Dag
RandomGraph.randomDag
(List<Node> nodes, int numLatentConfounders, int maxNumEdges, int maxDegree, int maxIndegree, int maxOutdegree, boolean connected) static Dag
Dag.serializableInstance()
Generates a simple exemplar of this class to test serialization.Methods in edu.cmu.tetrad.graph with parameters of type Dag -
Uses of Dag in edu.cmu.tetrad.simulation
Constructors in edu.cmu.tetrad.simulation with parameters of type Dag