Uses of Class
edu.cmu.tetrad.data.Clusters
Packages that use Clusters
Package
Description
Contains some utility classes for search algorithms.
-
Uses of Clusters in edu.cmu.tetrad.data
Methods in edu.cmu.tetrad.data that return ClustersModifier and TypeMethodDescriptionstatic Clusters
Clusters.serializableInstance()
Generates a simple exemplar of this class to test serialization.Constructors in edu.cmu.tetrad.data with parameters of type Clusters -
Uses of Clusters in edu.cmu.tetrad.search.utils
Methods in edu.cmu.tetrad.search.utils that return ClustersModifier and TypeMethodDescriptionstatic Clusters
MimUtils.convertToClusters
(Graph clusterGraph) static Clusters
MimUtils.convertToClusters
(Graph clusterGraph, List<Node> measuredVariables) Converts a disconnected multiple indicator model into a set of clusters.static Clusters
ClusterUtils.mimClusters
(Graph mim) static Clusters
ClusterUtils.partitionToClusters
(List<List<Node>> partition) Methods in edu.cmu.tetrad.search.utils with parameters of type ClustersModifier and TypeMethodDescriptionClusterUtils.clustersToPartition
(Clusters clusters, List<Node> variables) Constructors in edu.cmu.tetrad.search.utils with parameters of type ClustersModifierConstructorDescriptionPurify
(CorrelationMatrix correlationMatrix, double sig, BpcTestType testType, Clusters clusters) INITIALIZATION oPurify
(DataSet dataSet, double sig, BpcTestType testType, Clusters clusters) Purify
(TetradTest tetradTest, Clusters knowledge)