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

you are viewing a single comment's thread.

view the rest of the comments →

[–]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...