Class OrientationConfusion
java.lang.Object
edu.cmu.tetrad.algcomparison.statistic.utils.OrientationConfusion
A confusion matrix for orientations:
- Version:
- $Id: $Id
- Author:
- bryanandrews, josephramsey
-
Constructor Summary
ConstructorsConstructorDescriptionOrientationConfusion
(Graph truth, Graph est) Constructor for OrientationConfusion. -
Method Summary
-
Constructor Details
-
OrientationConfusion
-
-
Method Details
-
getTp
public int getTp()Getter for the field
tp
.- Returns:
- a int
-
getFp
public int getFp()Getter for the field
fp
.- Returns:
- a int
-
getFn
public int getFn()Getter for the field
fn
.- Returns:
- a int
-
getTn
public int getTn()Getter for the field
tn
.- Returns:
- a int
-