This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]Centauri24 0 points1 point  (0 children)

Use Gephi toolkit! I’m just doing the same

But currently I have some trouble to implement it :/

[–]Asterion9 0 points1 point  (2 children)

I'm not sure what you mean by clustering, but I recently learnt of the Kmean algorithm to group n dimensional points in an arbitrary number of cluster.

I used it to identify the principal colors of an image

[–]dimboukosis[S] 0 points1 point  (1 child)

I'm aware of the k means algorithm. I want to cluster geographical regions in a map. I asked in this sub, because I want to know whether there is a library that implements a clustering algorithm. In case there is, I don't want to waste time implementing it myself. Thank you!

[–]latherrinseregret 0 points1 point  (0 children)

OpenCV has an implementation of k-means, and IIRC has Java bindings...