Uses of Class
edu.cmu.tetrad.study.performance.ComparisonResult
Packages that use ComparisonResult
-
Uses of ComparisonResult in edu.cmu.tetrad.study.performance
Methods in edu.cmu.tetrad.study.performance that return ComparisonResultModifier and TypeMethodDescriptionstatic ComparisonResult
Comparison.compare
(ComparisonParameters params) Simulates data from model paramerizing the given DAG, and runs the algorithm on that data, printing out error statistics.static ComparisonResult
Comparison2.compare
(ComparisonParameters params) Simulates data from model parameterizing the given DAG, and runs the algorithm on that data, printing out error statistics.Method parameters in edu.cmu.tetrad.study.performance with type arguments of type ComparisonResultModifier and TypeMethodDescriptionstatic String
Comparison.summarize
(List<ComparisonResult> results, List<Comparison.TableColumn> tableColumns) summarize.static TextTable
Comparison2.summarize
(List<ComparisonResult> results, List<Comparison2.TableColumn> tableColumns) summarize.