Class PcMb

java.lang.Object
edu.cmu.tetrad.search.PcMb
All Implemented Interfaces:
IGraphSearch, IMbSearch

public final class PcMb extends Object implements IMbSearch, IGraphSearch
Searches for a CPDAG representing all the Markov blankets for a given target T consistent with the given independence information. This CPDAG may be used to generate the actual list of DAG's that might be Markov blankets. Note that this code has been converted to be consistent with the CPC algorithm. The reference is here:

Bai, X., Padman, R., Ramsey, J., & Spirtes, P. (2008). Tabu search-enhanced graphical models for classification in high dimensions. INFORMS Journal on Computing, 20(3), 423-437.

This class is configured to respect knowledge of forbidden and required edges, including knowledge of temporal tiers.

Version:
$Id: $Id
Author:
josephramsey
See Also: