Class InterIamb
java.lang.Object
edu.cmu.tetrad.search.work_in_progress.InterIamb
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGiven the target, this returns all the nodes in the Markov Blanket.getAlgorithmName.int
getNumIndependenceTests.
-
Constructor Details
-
InterIamb
Constructs a new search.- Parameters:
test
- The source of conditional independence information for the search.
-
-
Method Details
-
findMb
Given the target, this returns all the nodes in the Markov Blanket.- Specified by:
findMb
in interfaceIMbSearch
- Parameters:
target
- aNode
object- Returns:
- a
Set
object - Throws:
InterruptedException
-
getAlgorithmName
getAlgorithmName.
- Specified by:
getAlgorithmName
in interfaceIMbSearch
- Returns:
- a
String
object
-
getNumIndependenceTests
public int getNumIndependenceTests()getNumIndependenceTests.
- Specified by:
getNumIndependenceTests
in interfaceIMbSearch
- Returns:
- a int
-