Class Mmhc
java.lang.Object
edu.cmu.tetrad.search.work_in_progress.Mmhc
- All Implemented Interfaces:
IGraphSearch
Implements the MMHC algorithm.
- Author:
- josephramsey (this version).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getDepth()
long
search()
Runs PC starting with a fully connected graph over all of the variables in the domain of the independence test.void
setDepth
(int depth) void
setKnowledge
(Knowledge knowledge)
-
Constructor Details
-
Mmhc
-
-
Method Details
-
getIndependenceTest
-
getDepth
public int getDepth() -
setDepth
public void setDepth(int depth) -
getElapsedTime
public long getElapsedTime() -
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 interfaceIGraphSearch
- Returns:
- The discovered graph.
-
getKnowledge
-
setKnowledge
-