Skip to content

Nasby/kmeans_average_clustering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The code can be compiled with a simple "make".

Once compiled, the usage is:

java Cluster [.txt Data File] [Int Amt. of Clusters] [kmeans/average]

Example for running data2.txt with 2 clusters and using the kmeans algo:

java Cluster data2.txt 2 kmeans

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published