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
- Version:
- $Id: $Id
- Author:
- josephramsey
-
Constructor Summary
ConstructorsConstructorDescriptionPRAOerrors
(double[] input, String thename) Constructor for PRAOerrors.PRAOerrors
(List<PRAOerrors> input, String thename) Constructor for PRAOerrors. -
Method Summary
-
Constructor Details
-
Method Details
-
getName
-
getAdjRecall
public double getAdjRecall()getAdjRecall.
- Returns:
- a double
-
getAdjPrecision
public double getAdjPrecision()getAdjPrecision.
- Returns:
- a double
-
getOrientRecall
public double getOrientRecall()getOrientRecall.
- Returns:
- a double
-
getOrientPrecision
public double getOrientPrecision()getOrientPrecision.
- Returns:
- a double
-
valuesToString
-
allToString
-
toArray
public double[] toArray()toArray.
- Returns:
- an array of objects
-