Package edu.cmu.tetrad.search
Interface IMbSearch
-
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.
-
Method Details
-
findMb
Given the target, this returns all the nodes in the Markov Blanket.- Parameters:
target
- aNode
object- Returns:
- a
Set
object - Throws:
InterruptedException
-
getAlgorithmName
-
getNumIndependenceTests
int getNumIndependenceTests()Number of independent tests.- Returns:
- a int
-