Interface IMbSearch

All Known Implementing Classes:
GrowShrink, Iamb, IambnPc, InterIamb, Mmmb, PcMb

public interface IMbSearch
Gives an interface for Markov blanket searches.
Version:
$Id: $Id
Author:
josephramsey
  • Method Details

    • findMb

      Set<Node> findMb(Node target)
      Given the target, this returns all the nodes in the Markov Blanket.
      Parameters:
      target - a Node object
      Returns:
      a Set object
    • getAlgorithmName

      String getAlgorithmName()
      The name of the algorithm.
      Returns:
      a String object
    • getNumIndependenceTests

      int getNumIndependenceTests()
      Number of independent tests.
      Returns:
      a int