/clustering

Clustering Algorithm Implemented in Java using a Union Find data structure.

Primary LanguageJava

Running The Program

  1. Compile the jar The jar will be compiled to /out/artifacts/ClassProject_jar
  2. Run java -jar (insert jar here) (insert file here) k Where k is the number of clusters

Implementation

The clustering algorithm is implemented with Kruskal's algorithm and a Union Find data structure.