1. Hard K-means clustering, demonstrated in two dimensions. Introductory simple examples; then examples where the results do not look so good, showing a need for a probabilistic approach.
2. Soft K-means clustering. Radii of Gaussians visualized. Several versions of Soft K-means, and various pathological data sets.
tar zxvf kmeans.tar.gz This unpacks a load of files into a directory
called kmeans and another directory called kmeansoft.
[If there are any complaints about the clock time use
tar zxvfm kmeans.tar.gz]
cd kmeans
xrdb -load Xdefaults.gnu
octave
(Works fine with octave-2.0 but not with octave-2.1.33, which seems to
have plotting bugs.)
load 'DEMO'
Select from a range of demonstrations. If you keep hitting return you
will be taken through the sequence