Package edu.cmu.tetrad.search
Class ClusterSignificance
java.lang.Object
edu.cmu.tetrad.search.ClusterSignificance
Some methods to check significance of clusters for clustering algroithms. It is assumed
that for each cluster there is a single latent that is a parent of all of the nodes
in the cluster. Significance of these models is returned.
- Author:
- josephramsey
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondouble
getModelPValue
(List<List<Integer>> clusters) void
printClusterPValues
(Set<List<Integer>> out) void
setCheckType
(ClusterSignificance.CheckType checkType) boolean
significant
(List<Integer> cluster, double alpha) variablesForIndices
(List<Integer> cluster, List<Node> variables)
-
Constructor Details
-
ClusterSignificance
-
-
Method Details
-
printClusterPValues
-
variablesForIndices
-
significant
-
getModelPValue
-
setCheckType
-