WEKA (Waikato Environment for Knowledge Analysis) is a suite of machine learning applications and reusable Java library.
java -Xmx1024M -cp weka.jar weka.clusterers.EM -N -1 -I 10 -M 1.0E-6 -t /Users/pradeep/datasets/iris.arff
The above command allocates 1GB of RAM to the Java VM and starts clustering the Iris data-set using Expectation Maximization.
URL: http://pradeepgowda.com/WEKA/
© 2010 Pradeep Gowda