Package edu.cmu.tetrad.graph
Class GraphUtils.GraphComparison
java.lang.Object
edu.cmu.tetrad.graph.GraphUtils.GraphComparison
- Enclosing class:
GraphUtils
-
Constructor Summary
ConstructorsConstructorDescriptionGraphComparison
(int adjFn, int adjFp, int adjCorrect, int arrowptFn, int arrowptFp, int arrowptCorrect, double adjPrec, double adjRec, double arrowptPrec, double arrowptRec, int shd, int twoCycleCorrect, int twoCycleFn, int twoCycleFp, List<Edge> edgesAdded, List<Edge> edgesRemoved, List<Edge> edgesReorientedFrom, List<Edge> edgesReorientedTo, List<Edge> edgesAdjacencies, int[][] counts) -
Method Summary
-
Constructor Details
-
GraphComparison
public GraphComparison(int adjFn, int adjFp, int adjCorrect, int arrowptFn, int arrowptFp, int arrowptCorrect, double adjPrec, double adjRec, double arrowptPrec, double arrowptRec, int shd, int twoCycleCorrect, int twoCycleFn, int twoCycleFp, List<Edge> edgesAdded, List<Edge> edgesRemoved, List<Edge> edgesReorientedFrom, List<Edge> edgesReorientedTo, List<Edge> edgesAdjacencies, int[][] counts)
-
-
Method Details
-
getAdjFn
public int getAdjFn() -
getAdjFp
public int getAdjFp() -
getAdjCor
public int getAdjCor() -
getAhdFn
public int getAhdFn() -
getAhdFp
public int getAhdFp() -
getAhdCor
public int getAhdCor() -
getShd
public int getShd() -
getTwoCycleFn
public int getTwoCycleFn() -
getTwoCycleFp
public int getTwoCycleFp() -
getTwoCycleCorrect
public int getTwoCycleCorrect() -
getEdgesAdded
-
getEdgesRemoved
-
getAdjPrec
public double getAdjPrec() -
getAdjRec
public double getAdjRec() -
getAhdPrec
public double getAhdPrec() -
getAhdRec
public double getAhdRec() -
getCounts
public int[][] getCounts()
-