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 SummaryConstructorsConstructorDescriptionPRAOerrors(double[] input, String thename) PRAOerrors(List<PRAOerrors> input, String thename) 
- 
Method Summary
- 
Constructor Details- 
PRAOerrors
- 
PRAOerrors
 
- 
- 
Method Details- 
getName
- 
getAdjRecallpublic double getAdjRecall()
- 
getAdjPrecisionpublic double getAdjPrecision()
- 
getOrientRecallpublic double getOrientRecall()
- 
getOrientPrecisionpublic double getOrientPrecision()
- 
valuesToString
- 
allToString
- 
toArraypublic double[] toArray()
 
-