kmeans.cpp: Implementation of the k-means iterative clusteriing method of Lloyd (vector quantization).
A graphical interface is provided in OpenGL(R). Press any key to perform an iteration.
Snapshot1 PNG,
Snapshot2 PNG.
SmallEnclosingBall.cpp:
Compute an approximation of the smallest enclosing ball in large dimensions using the simple iterative method of Badoiu and Clarkson (core-sets).