java.lang.Object
edu.cmu.tetrad.search.work_in_progress.Mmhc
All Implemented Interfaces:
IGraphSearch

public class Mmhc extends Object implements IGraphSearch
Implements the MMHC algorithm.
Author:
josephramsey (this version).
  • Constructor Details

  • Method Details

    • getIndependenceTest

      public IndependenceTest getIndependenceTest()
    • getDepth

      public int getDepth()
    • setDepth

      public void setDepth(int depth)
    • getElapsedTime

      public long getElapsedTime()
    • search

      public Graph search()
      Runs PC starting with a fully connected graph over all of the variables in the domain of the independence test.
      Specified by:
      search in interface IGraphSearch
      Returns:
      The discovered graph.
    • getKnowledge

      public Knowledge getKnowledge()
    • setKnowledge

      public void setKnowledge(Knowledge knowledge)