Re: data matrix python

2009-10-08 Thread lallous
Hello Try re-asking your question in a more general way so that users w/o background information (about those classes and modules you're using) can help you with your problem. -- Elias bbarb...@inescporto.pt wrote in message news:mailman.968.1254922056.2807.python-l...@python.org... Good

data matrix python

2009-10-07 Thread bbarbero
Good morning all! I am trying to build a data matrix, but I am not able either to write to file with a proper structure nor to get the data from the matrix. I want to sort some music by similarity content, and I just have the indexes of the playlist like this: dm = numpy.array(songs) [0

Re: data matrix python

2009-10-07 Thread Robert Kern
On 2009-10-07 05:46 AM, bbarb...@inescporto.pt wrote: Good morning all! I am trying to build a data matrix, but I am not able either to write to file with a proper structure nor to get the data from the matrix. I want to sort some music by similarity content, and I just have the indexes of the