Class BpcTetradPurifyWashdown

java.lang.Object
edu.cmu.tetrad.search.BpcTetradPurifyWashdown

public class BpcTetradPurifyWashdown extends Object
Implements a really simple idea for building pure clusters, just using the Purify algorithm.
Author:
Joseph Ramsey
  • Constructor Details

    • BpcTetradPurifyWashdown

      public BpcTetradPurifyWashdown(ICovarianceMatrix cov, TestType testType, double alpha)
    • BpcTetradPurifyWashdown

      public BpcTetradPurifyWashdown(DataSet dataSet, TestType testType, double alpha)
  • Method Details

    • search

      public Graph search()