I have a dataset with coordinates and my goal is to find the optimal K so I can cluster using K-Means.
I've already tried using Kneedle method via https://github.com/lukehb/137-stopmove/blob/master/src/main/java/onethreeseven/stopmove/algorithm/Kneedle.java but I can't seem to get it to work due to dependency issues.
What else can I try?