Package edu.cmu.tetrad.study.performance
Class Comparison
java.lang.Object
edu.cmu.tetrad.study.performance.Comparison
Does a comparison of algorithm results across algorithm type, sample sizes, etc.
- Version:
- $Id: $Id
- Author:
- josephramsey 2016.03.24
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
An enumeration of the columns in the comparison table. -
Method Summary
Modifier and TypeMethodDescriptionstatic ComparisonResult
compare
(ComparisonParameters params) Simulates data from model paramerizing the given DAG, and runs the algorithm on that data, printing out error statistics.static String
summarize
(List<ComparisonResult> results, List<Comparison.TableColumn> tableColumns) summarize.
-
Method Details
-
compare
Simulates data from model paramerizing the given DAG, and runs the algorithm on that data, printing out error statistics.- Parameters:
params
- aComparisonParameters
object- Returns:
- a
ComparisonResult
object - Throws:
InterruptedException
-
summarize
public static String summarize(List<ComparisonResult> results, List<Comparison.TableColumn> tableColumns) summarize.
-