Class BpcTetradPurifyWashdown

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

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

    • BpcTetradPurifyWashdown

      public BpcTetradPurifyWashdown(ICovarianceMatrix cov, BpcTestType testType, double alpha)
      Construct the algorithm using a covariance matrix.
      Parameters:
      cov - A covariance matrix.
      testType - A Test type.
      alpha - An alpha cutoff
      See Also:
    • BpcTetradPurifyWashdown

      public BpcTetradPurifyWashdown(DataSet dataSet, BpcTestType testType, double alpha)
      Construct the algorithm using a data set.
      Parameters:
      dataSet - A DataSet.
      testType - A Test type.
      alpha - An alpha cutoff
      See Also:
  • Method Details

    • search

      public Graph search()
      Runs the search and returns a graph.
      Returns:
      The discovered graph.