Class IambnPc
java.lang.Object
edu.cmu.tetrad.search.work_in_progress.IambnPc
- All Implemented Interfaces:
IMbSearch
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 Summary
Constructors -
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.
-
Constructor Details
-
IambnPc
Constructs a new search.- Parameters:
test
- The source of conditional independence information for the search.
-
-
Method Details
-
findMb
Description copied from interface:IMbSearch
Given the target, this returns all the nodes in the Markov Blanket. -
getAlgorithmName
Description copied from interface:IMbSearch
The name of the algorithm.- Specified by:
getAlgorithmName
in interfaceIMbSearch
-
getNumIndependenceTests
public int getNumIndependenceTests()Description copied from interface:IMbSearch
Number of independent tests.- Specified by:
getNumIndependenceTests
in interfaceIMbSearch
-