Package edu.cmu.tetrad.search
Interface IMbSearch
public interface IMbSearch
Gives an interface for Markov blanket searches.
- Version:
- $Id: $Id
- Author:
- josephramsey
-
Method Summary
Modifier and TypeMethodDescriptionGiven the target, this returns all the nodes in the Markov Blanket.The name of the algorithm.intNumber of independent tests.
-
Method Details
-
findMb
Given the target, this returns all the nodes in the Markov Blanket.- Parameters:
target- aNodeobject- Returns:
- a
Setobject - Throws:
InterruptedException- if any
-
getAlgorithmName
String getAlgorithmName()The name of the algorithm.- Returns:
- a
Stringobject
-
getNumIndependenceTests
int getNumIndependenceTests()Number of independent tests.- Returns:
- a int
-