CLUSTER_ENERGY - Seek Minimal Cluster Energy

CLUSTER_ENERGY tries to handle the problem of minimal energy clustering. Specifically, suppose we are given a set of data points in NUM_DIM dimensional space. Suppose we are told to use C_NUM clusters. Each cluster is to be represented by a CENTER point. Each data point is to be assigned to a cluster. The total energy is the sum of the cluster energies, and the energy of a cluster is the sum of the squares of the distance of each data point to its center point.

This code allows the user to specify a dimension, the number of data points, the range of the data, a range of cluster values to try, and the number of cluster iterations to carry out. It then tries to compute the minimal cluster energy for the given data, and the various numbers of clusters.

Files you may copy include:

The list of routines includes:

Return to the FORTRAN software page.


Last revised on 09 August 2001.