Package edu.cmu.tetrad.performance
Class Comparison
java.lang.Object
edu.cmu.tetrad.performance.Comparison
Does a comparison of algorithm results across algorithm type, sample sizes, etc.
- Author:
- jdramsey 2016.03.24
- 
Nested Class SummaryNested Classes
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic ComparisonResultcompare(ComparisonParameters params) Simulates data from model paramerizing the given DAG, and runs the algorithm on that data, printing out error statistics.static Stringsummarize(List<ComparisonResult> results, List<Comparison.TableColumn> tableColumns) 
- 
Constructor Details- 
Comparisonpublic Comparison()
 
- 
- 
Method Details- 
compareSimulates data from model paramerizing the given DAG, and runs the algorithm on that data, printing out error statistics.
- 
summarizepublic static String summarize(List<ComparisonResult> results, List<Comparison.TableColumn> tableColumns) 
 
-