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.
- Author:
- josephramsey 2016.03.24
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
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)
-
Constructor Details
-
Comparison
public Comparison()
-
-
Method Details
-
compare
Simulates data from model paramerizing the given DAG, and runs the algorithm on that data, printing out error statistics. -
summarize
public static String summarize(List<ComparisonResult> results, List<Comparison.TableColumn> tableColumns)
-