Class BpcTetradPurifyWashdown
java.lang.Object
edu.cmu.tetrad.search.work_in_progress.BpcTetradPurifyWashdown
Implements a really simple idea for building pure clusters, just using the Purify algorithm.
- Author:
- josephramsey
-
Constructor Summary
ConstructorsConstructorDescriptionBpcTetradPurifyWashdown(DataSet dataSet, BpcTestType testType, double alpha) Construct the algorithm using a data set.BpcTetradPurifyWashdown(ICovarianceMatrix cov, BpcTestType testType, double alpha) Construct the algorithm using a covariance matrix. -
Method Summary
-
Constructor Details
-
BpcTetradPurifyWashdown
Construct the algorithm using a covariance matrix.- Parameters:
cov- A covariance matrix.testType- A Test type.alpha- An alpha cutoff- See Also:
-
BpcTetradPurifyWashdown
Construct the algorithm using a data set.- Parameters:
dataSet- A DataSet.testType- A Test type.alpha- An alpha cutoff- See Also:
-
-
Method Details
-
search
Runs the search and returns a graph.- Returns:
- The discovered graph.
-