Package org.hermit.geometry.cluster

Utilities for experimenting with cluster analysis, including an implementation of K-Means and other clustering algorithms.

See:
          Description

Class Summary
Clusterer A generic interface to a clustering algorithm.
FuzzyClusterer An implementation of Lloyd's k-clusterMeans clustering algorithm.
KMeansClusterer An implementation of Lloyd's k-clusterMeans clustering algorithm.
 

Package org.hermit.geometry.cluster Description

Utilities for experimenting with cluster analysis, including an implementation of K-Means and other clustering algorithms.

See the Clusterer application for examples of how this package can be used.