java.lang.Object
edu.cmu.tetrad.algcomparison.algorithm.oracle.pag.Ccd
All Implemented Interfaces:
Algorithm, ReturnsBootstrapGraphs, HasParameters, TakesIndependenceWrapper, TetradSerializable, Serializable

CCD (Cyclic Causal Discovery)
Author:
josephramsey
See Also:
  • Constructor Details

    • Ccd

      public Ccd()
      Constructs a new CCD algorithm.
    • Ccd

      public Ccd(IndependenceWrapper test)
      Constructs a new CCD algorithm with the given independence test.
      Parameters:
      test - the independence test
  • Method Details