Skip to content

tim-hong/kmeans

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

K-Means Application

What is it?

This K-Means application takes in a file formatted as specified under the Usage heading and creates a new tsv file with each row being a cluster and members seperated with tabs.

Usage

Files fed to the program should be formatted with each instance on a new line with the instance name first, seperated by a tab character followed by the instance's features. An example file can be found under data/test.txt with data formatted from http://en.wikibooks.org/wiki/Data_Mining_Algorithms_In_R/Clustering/K-Means

Dependencies

To have a successful compile, you must add the jar files in the lib folder to your build-path.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages