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 ClustersClusters.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 ClustersMimUtils.convertToClusters(Graph clusterGraph) convertToClusters.static ClustersMimUtils.convertToClusters(Graph clusterGraph, List<Node> measuredVariables) Converts a disconnected multiple indicator model into a set of clusters.static ClustersClusterUtils.mimClusters(Graph mim) Converts a list of indices into a list of Nodes representing a cluster.static ClustersClusterUtils.partitionToClusters(List<List<Node>> partition) Converts a list of indices into a list of Nodes representing a cluster.Methods in edu.cmu.tetrad.search.utils with parameters of type ClustersModifier and TypeMethodDescriptionClusterUtils.clustersToPartition(Clusters clusters, List<Node> variables) Converts a list of indices into a list of Nodes representing a cluster.Constructors in edu.cmu.tetrad.search.utils with parameters of type ClustersModifierConstructorDescriptionPurify(CorrelationMatrix correlationMatrix, double sig, BpcTestType testType, Clusters clusters) ****************************************************** INITIALIZATION o *******************************************************Purify(DataSet dataSet, double sig, BpcTestType testType, Clusters clusters) Constructor for Purify.Purify(TetradTest tetradTest, Clusters knowledge) Constructor for Purify.