Package edu.cmu.tetrad.search
Class GraphWithParameters
java.lang.Object
edu.cmu.tetrad.search.GraphWithParameters
Dag plus edge weights. Later include distributions for the error terms
-
Constructor Summary
ConstructorsConstructorDescriptionGraphWithParameters
(DataSet dataSet) GraphWithParameters
(Graph graph) GraphWithParameters
(SemIm semIm, Graph trueCPDAG) -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
getGraph()
static GraphWithParameters
creates a CPDAGWithParameters by running a regression, given a graph and datatoString()
-
Constructor Details
-
GraphWithParameters
-
GraphWithParameters
-
GraphWithParameters
-
-
Method Details
-
addEdge
-
addEdge
-
toString
-
regress
creates a CPDAGWithParameters by running a regression, given a graph and data -
getGraphMatrix
- Returns:
- the B matrix corresponding to the graph we do the reverse of Shimizu2006Search.makeDagWithParms()
-
getCycles
-
getGraph
-
getWeightHash
-