Python Cluster
Miki Tebeka
miki.tebeka at gmail.com
Tue Dec 4 16:03:56 EST 2012
More information about the Python-list mailing list
Tue Dec 4 16:03:56 EST 2012
- Previous message (by thread): Python Cluster
- Next message (by thread): Python Cluster
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): Python Cluster
- Next message (by thread): Python Cluster
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list