Skip to content

TomPed/clustering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages