Class Mmhc

java.lang.Object
edu.cmu.tetrad.search.mb.Mmhc
All Implemented Interfaces:
GraphSearch

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

  • Method Details

    • getIndependenceTest

      public IndependenceTest getIndependenceTest()
    • getDepth

      public int getDepth()
    • 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 GraphSearch
    • getKnowledge

      public Knowledge getKnowledge()
    • setKnowledge

      public void setKnowledge(Knowledge knowledge)
    • setDepth

      public void setDepth(int depth)