Interface IMbSearch

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

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

    • findMb

      Set<Node> findMb(Node target)
      Given the target, this returns all the nodes in the Markov Blanket.
    • getAlgorithmName

      String getAlgorithmName()
      The name of the algorithm.
    • getNumIndependenceTests

      int getNumIndependenceTests()
      Number of independent tests.