Re: List behaviours with Clustering Algorithm

2011-01-26 Thread Peter Otten
James Ravenscroft wrote: >> > I can't run your code because you didn't make it standalone, > Thanks for the heads up, I've made a simple version of the clusterer > which you can view on pastebin: http://pastebin.com/7HmAkmfj If you have > time to look through my code I would be very grateful! >

Re: List behaviours with Clustering Algorithm

2011-01-24 Thread James Ravenscroft
Peter > > I can't run your code because you didn't make it standalone, Thanks for the heads up, I've made a simple version of the clusterer which you can view on pastebin: http://pastebin.com/7HmAkmfj If you have time to look through my code I would be very grateful! > > but in your case th

Re: List behaviours with Clustering Algorithm

2011-01-24 Thread Peter Otten
James Ravenscroft wrote: > Dear All, > > I am currently trying to write a simple Agglomerative Clustering > algorithm which sorts through my MP3 collection and uses associated > Last.FM tags to cluster files into 'genres'. Unfortunately, I'm having > some trouble with my algorithm and some tracks

List behaviours with Clustering Algorithm

2011-01-24 Thread James Ravenscroft
Dear All, I am currently trying to write a simple Agglomerative Clustering algorithm which sorts through my MP3 collection and uses associated Last.FM tags to cluster files into 'genres'. Unfortunately, I'm having some trouble with my algorithm and some tracks are ending up in multiple clusters. I