Uses of Package
edu.cmu.tetrad.cluster
Packages that use edu.cmu.tetrad.cluster
-
Classes in edu.cmu.tetrad.cluster used by edu.cmu.tetrad.clusterClassDescriptionRepresents a clustering algorithm to cluster some data.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.