Python Cluster

Miki Tebeka miki.tebeka at gmail.com
Tue Dec 4 16:03:56 EST 2012


On Tuesday, December 4, 2012 11:04:15 AM UTC-8, subhaba... at gmail.com wrote:
> >>> cl = HierarchicalClustering(data, lambda x,y: abs(x-y))
> but now I want to visualize it if any one suggest how may I use visualization(like matplotlib or pyplot etc.) to see the data?
One option is to use a scatter plot with different color per cluster. See the many examples in http://matplotlib.org/gallery.html.

HTH,
--
Miki



More information about the Python-list mailing list