Latest Tweets

 

GVM source code published

I just published a Java implementation of my GVM clustering algorithm to Google Code. Later, I’ll be collating all the information I’ve been compiling about the algorithm at my website.

Until then, here are some basic build steps, you’ll need svn, Java 1.6 and Maven 2.2:

svn checkout http://tomgibara.googlecode.com/svn/trunk/cluster
cd cluster/cluster-mojo/
mvn install
cd ..
mvn install

Then, if you want to try out the included demo app, try:

java -jar cluster-demo/target/cluster-demo-0.1-SNAPSHOT-jar-with-dependencies.jar
  1. tomgibara posted this
blog comments powered by Disqus