Uses of Interface
edu.cmu.tetrad.cluster.ClusteringAlgorithm
Packages that use ClusteringAlgorithm
-
Uses of ClusteringAlgorithm in edu.cmu.tetrad.cluster
Classes in edu.cmu.tetrad.cluster that implement ClusteringAlgorithmModifier and TypeClassDescriptionclass
Implements the "batch" version of the K Means clustering algorithm-- that is, in one sweep, assign each point to its nearest center, and then in a second sweep, reset each center to the mean of the cluster for that center, repeating until convergence.