Package edu.cmu.tetrad.simulation
Class PRAOerrors
java.lang.Object
edu.cmu.tetrad.simulation.PRAOerrors
Created by Erich on 8/21/2016. This class is for storing precision and recall values for both adjacencies and
orientations
-
Constructor Summary
ConstructorsConstructorDescriptionPRAOerrors
(double[] input, String thename) PRAOerrors
(List<PRAOerrors> input, String thename) -
Method Summary
-
Constructor Details
-
PRAOerrors
-
PRAOerrors
-
-
Method Details
-
getName
-
getAdjRecall
public double getAdjRecall() -
getAdjPrecision
public double getAdjPrecision() -
getOrientRecall
public double getOrientRecall() -
getOrientPrecision
public double getOrientPrecision() -
valuesToString
-
allToString
-
toArray
public double[] toArray()
-