Class CompareExternalAlgorithms

java.lang.Object
edu.cmu.tetrad.algcomparison.examples.CompareExternalAlgorithms

public class CompareExternalAlgorithms extends Object
An example script to load in data sets and graphs from files and analyze them. The files loaded must be in the same format as

new Comparison().saveDataSetAndGraphs("comparison/save1", simulation, parameters);

saves them. For other formats, specialty data loaders can be written to implement the Simulation interface.

Author:
josephramsey
  • Constructor Details

    • CompareExternalAlgorithms

      public CompareExternalAlgorithms()
  • Method Details

    • main

      public static void main(String... args)