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