Uses of Package
edu.cmu.tetrad.cluster

Packages that use edu.cmu.tetrad.cluster
Package
Description
 
  • Class
    Description
    Represents 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.