pycluster
Python Clustering
Including PAM and Clara algorithms
Aug 17, 2013
Added parallel PAM implementation
Added performance comparison logging (set initMedoidsFixed = True)
python pam_parallel.py euroTry.txt 4 4 > euroTry_parallel_4_4.log
python pam.py euroTry.txt 4 > euroTry_4.log
NOTE: the europe dataset is "Differential coordinates of Europe map" from:
https://cs.joensuu.fi/sipu/datasets/
-daveti
May 31, 2013