K-means algorithm variation with equal cluster size

前端 未结 16 925
挽巷
挽巷 2020-11-27 14:26

I\'m looking for the fastest algorithm for grouping points on a map into equally sized groups, by distance. The k-means clustering algorithm looks straightforward and promis

16条回答
  •  迷失自我
    2020-11-27 14:59

    May I humbly suggest that you try this project ekmeans.

    A Java K-means Clustering implementation with an optional special equal option that apply an equal cardinality constraint on the clusters while remaining as spatially cohesive as possible.

    It is yet experimental, so just be aware of the known bugs.

提交回复
热议问题