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.
- Version:
- $Id: $Id
- 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
-