Package edu.cmu.tetrad.cluster
package edu.cmu.tetrad.cluster
-
ClassDescriptionRepresents 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.