A clustering algorithm.
Clustering(int dimensions)
Initialise clustering algorithm for a coordinate space of the given dimensionality
dimensions The number of dimensions of the coordinate space that you will use for clustering (e.g. 2 for an x/y space)
void addValue(dec values[], storeData el)
Add a value to the set from which clusters will be formed
values The numeric values of this coordinate, which must be of length 'dimensions'
el A data element to associate with this value