[Numpy-discussion] Large symmetrical matrix

Simon Palmer simon.palmer at gmail.com
Wed Jun 11 12:47:23 EDT 2008


clustering yes, hierarchical no.

On Wed, Jun 11, 2008 at 4:55 PM, Charles R Harris <charlesr.harris at gmail.com>
wrote:

>
>
> On Wed, Jun 11, 2008 at 9:33 AM, Simon Palmer <simon.palmer at gmail.com>
> wrote:
>
>> Pretty simple.  I don't do any transformations.  It is a euclidean
>> distance matrix between n vectors in my data space, so I use it for lookup
>> of minima and I recalculate portions of it during the processing of my
>> algorithm.
>>
>> It is the single largest limitation of my code, both in terms of
>> performance and scalability.  A fast and efficient solution to this issue
>> would make a huge difference to me.
>>
>
> So are you doing hierarchical clustering?
>
> Chuck
>
>
>
> _______________________________________________
> Numpy-discussion mailing list
> Numpy-discussion at scipy.org
> http://projects.scipy.org/mailman/listinfo/numpy-discussion
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20080611/44774bdf/attachment.html>


More information about the NumPy-Discussion mailing list