Class Iamb
java.lang.Object
edu.cmu.tetrad.search.work_in_progress.Iamb
- All Implemented Interfaces:
IMbSearch
Implements IAMB.
- Version:
- $Id: $Id
- Author:
- josephramsey
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGiven the target, this returns all the nodes in the Markov Blanket.getAlgorithmName.int
getNumIndependenceTests.
-
Constructor Details
-
Iamb
Constructs a new search.- Parameters:
test
- The source of conditional independence information for the search.
-
-
Method Details
-
findMb
Given the target, this returns all the nodes in the Markov Blanket. -
getAlgorithmName
getAlgorithmName.
- Specified by:
getAlgorithmName
in interfaceIMbSearch
- Returns:
- a
String
object
-
getNumIndependenceTests
public int getNumIndependenceTests()getNumIndependenceTests.
- Specified by:
getNumIndependenceTests
in interfaceIMbSearch
- Returns:
- a int
-