Class Iamb

java.lang.Object
edu.cmu.tetrad.search.mb.Iamb
All Implemented Interfaces:
MbSearch

public class Iamb extends Object implements MbSearch
Implements IAMB.
  • Constructor Details

    • Iamb

      public Iamb(IndependenceTest test)
      Constructs a new search.
      Parameters:
      test - The source of conditional independence information for the search.
  • Method Details

    • findMb

      public List<Node> findMb(Node target)
      Description copied from interface: MbSearch
      Given the target this returns all the nodes in the Markov Blanket.
      Specified by:
      findMb in interface MbSearch
    • getAlgorithmName

      public String getAlgorithmName()
      Description copied from interface: MbSearch
      The name of the algorithm.
      Specified by:
      getAlgorithmName in interface MbSearch
    • getNumIndependenceTests

      public int getNumIndependenceTests()
      Description copied from interface: MbSearch
      Number of independent tests.
      Specified by:
      getNumIndependenceTests in interface MbSearch