SPAETH2
Cluster Analysis Tools


SPAETH2 is a FORTRAN90 library which analyzes data by grouping it into clusters.

The current implementation of the code is "under development": some things work, and some don't.

Related Data and Programs:

ASA058 is a FORTRAN77 file containing the original text of the Sparks clustering algorithm ASA136.

ASA136 is a FORTRAN77 file containing the original text of the Hartigan and Wong clustering algorithm ASA136.

CITIES is a library of FORTRAN90 routines for various problems associated with a set of "cities" on a map.

The CITIES dataset directory contains a number of city distance datasets.

KMEANS is a FORTRAN90 library containing several implementations of the K-Means algorithm.

LAU_NP is a FORTRAN90 library containing heuristic algorithms for the K-center and K-median problems.

SPAETH is a related set of cluster analysis tools.

The SPAETH dataset collection contains a set of test data.

The SPAETH2 dataset collection contains sets of test data.

Reference:

  1. Helmuth Spaeth,
    Cluster Analysis Algorithms for Data Reduction and Classification of Objects,
    Ellis Horwood, 1980,
    QA278 S6813.
  2. Helmuth Spaeth,
    Cluster Dissection and Analysis,
    Theory, FORTRAN Programs, Examples,
    Ellis Horwood, 1985,
    QA278 S68213.

Source Code:

Examples and Tests:

List of Routines:

You can go up one level to the FORTRAN90 source codes.


Last revised on 13 November 2006.