Package edu.cmu.tetrad.search.mb
Class InterIamb
java.lang.Object
edu.cmu.tetrad.search.mb.InterIamb
- All Implemented Interfaces:
MbSearch
Implements the Inter-IAMB algorithm.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGiven the target this returns all the nodes in the Markov Blanket.The name of the algorithm.int
Number of independent tests.
-
Constructor Details
-
InterIamb
Constructs a new search.- Parameters:
test
- The source of conditional independence information for the search.
-
-
Method Details
-
findMb
Description copied from interface:MbSearch
Given the target this returns all the nodes in the Markov Blanket. -
getAlgorithmName
Description copied from interface:MbSearch
The name of the algorithm.- Specified by:
getAlgorithmName
in interfaceMbSearch
-
getNumIndependenceTests
public int getNumIndependenceTests()Description copied from interface:MbSearch
Number of independent tests.- Specified by:
getNumIndependenceTests
in interfaceMbSearch
-