Implementation of Point Symmetry-based Automatic Clustering
Approach Using Differential Evolution
Using bug fixed KD tree nearest neighbor search from https://github.com/CristianDallos/kmeansclustering. (It is also modified to search for multiple nearest points instead only for one.)
Used those academic works for algorithm implementation:
http://cs.cug.edu.cn/teacherweb/gwy/Publication/ISICA-09.pdf
http://www.isical.ac.in/~sanghami/ieeetkde_cameraready.pdf
http...