Skip to content

mikusmi/clueminer-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clustering Demo

Simple showcase of clustering algorithms on 2D datasets.

This project depends on modules from Clueminer repository (not yet on Maven central).

How to run

Clone Clueminer repo if you don't have it yet. This demo should be in same directory.

directory structure:

clueminer/
clueminer-demo/
clustering-benchmark/

that means following sequence of commands:

git clone https://github.com/deric/clueminer.git
git clone https://github.com/deric/clueminer-demo.git
git clone https://github.com/deric/clustering-benchmark.git
cd clustering-benchmark
mvn install
cd ../clueminer-demo
mvn install

and run compiled JAR. Note that dependent libraries will be placed in targer/libs.

On Linux you can use the Bash script:

$ ./run

Single JAR compilation:

$ mvn assembly:assembly

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 98.8%
  • Shell 1.2%