Class Condition2
java.lang.Object
edu.cmu.tetrad.study.examples.conditions.Condition2
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.
- Version:
- $Id: $Id
- Author:
- josephramsey
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
compileTable.void
generateTetradResults.static void
main.
-
Constructor Details
-
Condition2
public Condition2()
-
-
Method Details
-
main
main.
- Parameters:
args
- aString
object
-
generateTetradResults
public void generateTetradResults()generateTetradResults.
-
compileTable
public void compileTable()compileTable.
-