Class PRAOerrors

java.lang.Object
edu.cmu.tetrad.simulation.PRAOerrors

public final class PRAOerrors extends Object
Created by Erich on 8/21/2016. This class is for storing precision and recall values for both adjacencies and orientations
  • Constructor Details

    • PRAOerrors

      public PRAOerrors(double[] input, String thename)
    • PRAOerrors

      public PRAOerrors(List<PRAOerrors> input, String thename)
  • Method Details

    • getName

      public String getName()
    • getAdjRecall

      public double getAdjRecall()
    • getAdjPrecision

      public double getAdjPrecision()
    • getOrientRecall

      public double getOrientRecall()
    • getOrientPrecision

      public double getOrientPrecision()
    • valuesToString

      public String valuesToString()
    • allToString

      public String allToString()
    • toArray

      public double[] toArray()