Package edu.cmu.tetrad.search
Class FindOneFactorClusters
java.lang.Object
edu.cmu.tetrad.search.FindOneFactorClusters
Implements FindOneFactorCluster by Erich Kummerfeld (adaptation of a two factor
quartet algorithm to a one factor tetrad algorithm).
- Author:
- Joseph Ramsey
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionFindOneFactorClusters
(DataSet dataSet, TestType testType, FindOneFactorClusters.Algorithm algorithm, double alpha) FindOneFactorClusters
(ICovarianceMatrix cov, TestType testType, FindOneFactorClusters.Algorithm algorithm, double alpha) -
Method Summary
Modifier and TypeMethodDescriptionThe clusters output by the algorithm from the last call to search().search()
void
setCheckType
(ClusterSignificance.CheckType checkType) void
setSignificanceChecked
(boolean significanceChecked) void
setVerbose
(boolean verbose)
-
Constructor Details
-
FindOneFactorClusters
public FindOneFactorClusters(ICovarianceMatrix cov, TestType testType, FindOneFactorClusters.Algorithm algorithm, double alpha) -
FindOneFactorClusters
public FindOneFactorClusters(DataSet dataSet, TestType testType, FindOneFactorClusters.Algorithm algorithm, double alpha)
-
-
Method Details
-
search
-
getClusters
The clusters output by the algorithm from the last call to search(). -
setVerbose
public void setVerbose(boolean verbose) -
setSignificanceChecked
public void setSignificanceChecked(boolean significanceChecked) -
setCheckType
-