Class InterIamb

java.lang.Object
edu.cmu.tetrad.search.work_in_progress.InterIamb
All Implemented Interfaces:
IMbSearch

public class InterIamb extends Object implements IMbSearch
Implements the Inter-IAMB algorithm.
  • Constructor Details

    • InterIamb

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

    • findMb

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

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

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