Package edu.cmu.tetrad.search
Interface IMbSearch
public interface IMbSearch
Gives an interface for Markov blanket searches.
- Author:
- josephramsey
- 
Method SummaryModifier and TypeMethodDescriptionGiven the target, this returns all the nodes in the Markov Blanket.The name of the algorithm.intNumber of independent tests.
- 
Method Details- 
findMbGiven the target, this returns all the nodes in the Markov Blanket.
- 
getAlgorithmNameString getAlgorithmName()The name of the algorithm.
- 
getNumIndependenceTestsint getNumIndependenceTests()Number of independent tests.
 
-