Uses of Class
edu.cmu.tetrad.study.performance.ComparisonParameters
Packages that use ComparisonParameters
- 
Uses of ComparisonParameters in edu.cmu.tetrad.study.performanceMethods in edu.cmu.tetrad.study.performance that return ComparisonParametersMethods in edu.cmu.tetrad.study.performance with parameters of type ComparisonParametersModifier and TypeMethodDescriptionstatic ComparisonResultComparison.compare(ComparisonParameters params) Simulates data from model paramerizing the given DAG, and runs the algorithm on that data, printing out error statistics.static ComparisonResultComparison2.compare(ComparisonParameters params) Simulates data from model parameterizing the given DAG, and runs the algorithm on that data, printing out error statistics.Constructors in edu.cmu.tetrad.study.performance with parameters of type ComparisonParametersModifierConstructorDescriptionConstructor for ComparisonParameters.ComparisonResult(ComparisonParameters params) Constructor for ComparisonResult.