Package edu.cmu.tetrad.search
Interface IMbSearch
public interface IMbSearch
Gives an interface for Markov blanket searches.
- Author:
- josephramsey
-
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. -
getAlgorithmName
String getAlgorithmName()The name of the algorithm. -
getNumIndependenceTests
int getNumIndependenceTests()Number of independent tests.
-