Class BuildPureClusters
The output is only the purified model. Future versions may include options to visualize the measurement pattern in the GUI (it shows up in the console window, though.)
No background knowledge is allowed yet. Future versions of this algorithm will include it.
References:
Silva, R.; Scheines, R.; Spirtes, P.; Glymour, C. (2003). "Learning measurement models". Technical report CMU-CALD-03-100, Center for Automated Learning and Discovery, Carnegie Mellon University.
Bollen, K. (1990). "Outlier screening and distribution-free test for vanishing tetrads." Sociological Methods and Research 19, 80-92.
Wishart, J. (1928). "Sampling errors in the theory of two factors". British Journal of Psychology 19, 180-187.
Bron, C. and Kerbosch, J. (1973) "Algorithm 457: Finding all cliques of an undirected graph". Communications of ACM 16, 575-577.
--Cleaned up by jdramsey 2022-03-28
- Author:
- Ricardo Silva
-
Constructor Summary
ConstructorsConstructorDescriptionBuildPureClusters
(CovarianceMatrix covarianceMatrix, double alpha, TestType sigTestType) BuildPureClusters
(DataSet dataSet, double alpha, TestType sigTestType) BuildPureClusters
(ICovarianceMatrix covarianceMatrix, double alpha, TestType sigTestType) Constructor BuildPureClusters -
Method Summary
Modifier and TypeMethodDescriptionData storageboolean
int
search()
void
setCheckType
(ClusterSignificance.CheckType checkType) void
setVerbose
(boolean verbose)
-
Constructor Details
-
BuildPureClusters
Constructor BuildPureClusters -
BuildPureClusters
-
BuildPureClusters
-
-
Method Details
-
search
- Returns:
- the result search graph, or null if there is no model.
-
getCovarianceMatrix
Data storage -
numVariables
public int numVariables() -
getIndependenceTest
-
setVerbose
public void setVerbose(boolean verbose) -
isVerbose
public boolean isVerbose() -
setCheckType
-