Visualizing Mahout’s output with Clojure and Incanter
From the post:
Some Clojure code to visualize clusters built using Apache Mahout implementation of the K-Means clustering algorithm.
The code retrieves the output of the algorithm (clustered-points and centroids) from HDFS, builds a Clojure friendly representation of the output (a map and a couple of lazy-seqs) and finally uses Incanter’s wrapper around JFreeChart to visualize the results.
Another tool for data miners and visualizers.