Package edu.cmu.tetrad.search.mb
Class IambnPc
java.lang.Object
edu.cmu.tetrad.search.mb.IambnPc
- All Implemented Interfaces:
- MbSearch
Created by IntelliJ IDEA. User: jdramsey Date: Jan 26, 2006 Time: 10:29:07 PM To change this template use File |
 Settings | File Templates.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionGiven the target this returns all the nodes in the Markov Blanket.The name of the algorithm.intNumber of independent tests.
- 
Constructor Details- 
IambnPcConstructs a new search.- Parameters:
- test- The source of conditional independence information for the search.
 
 
- 
- 
Method Details- 
findMbDescription copied from interface:MbSearchGiven the target this returns all the nodes in the Markov Blanket.
- 
getAlgorithmNameDescription copied from interface:MbSearchThe name of the algorithm.- Specified by:
- getAlgorithmNamein interface- MbSearch
 
- 
getNumIndependenceTestspublic int getNumIndependenceTests()Description copied from interface:MbSearchNumber of independent tests.- Specified by:
- getNumIndependenceTestsin interface- MbSearch
 
 
-