Uses of Interface
edu.cmu.tetrad.search.IMbSearch
Packages that use IMbSearch
Package
Description
Contains classes for searching for (mostly structural) causal models given data.
Contains some classes that aren't ready for prime time.
-
Uses of IMbSearch in edu.cmu.tetrad.search
Classes in edu.cmu.tetrad.search that implement IMbSearchModifier and TypeClassDescriptionclass
Implements the Grow-Shrink algorithm of Margaritis and Thrun, a simple yet correct and useful Markov blanket search.final class
Searches for a CPDAG representing all the Markov blankets for a given target T consistent with the given independence information. -
Uses of IMbSearch in edu.cmu.tetrad.search.work_in_progress
Classes in edu.cmu.tetrad.search.work_in_progress that implement IMbSearchModifier and TypeClassDescriptionclass
Implements IAMB.class
Created by IntelliJ IDEA.class
Implements the Inter-IAMB algorithm.final class
Implements the Min-Max Markov Blanks (MMMB) algorithm as defined in Tsamardinos, Aliferis, and Statnikov, Time and Sample Efficient Discovery of Markov Blankets and Direct Causal Relations (KDD 2003).