Class OrientationConfusion

java.lang.Object
edu.cmu.tetrad.algcomparison.statistic.utils.OrientationConfusion

public class OrientationConfusion extends Object
A confusion matrix for orientations:
Version:
$Id: $Id
Author:
bryanandrews, josephramsey
  • Constructor Details

    • OrientationConfusion

      public OrientationConfusion(Graph truth, Graph est)

      Constructor for OrientationConfusion.

      Parameters:
      truth - a Graph object
      est - a Graph object
  • 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