2d point clustering

后端 未结 5 1718
醉话见心
醉话见心 2021-02-05 08:45

Given: Given a set of N points in the 2D plane (x and y coordinates), and a set of N radii corresponding to each point. We will refer to a point\'s disc as the

5条回答
  •  南笙
    南笙 (楼主)
    2021-02-05 09:23

    k-means clustering based on a combination of local search and Lloyd's algorithm

    http://www.cs.umd.edu/~mount/Projects/KMeans/
    (Program is distributed under conditions of the GNU General Public License.)

    k-means, k-medians, k-medoids, treecluster, self-organizing maps, clustercentroids, clusterdistance http://bonsai.hgc.jp/~mdehoon/software/cluster/cluster.pdf

提交回复
热议问题