TomPed / clustering

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:Java 100.0%