[Numpy-discussion] Large symmetrical matrix

Charles R Harris charlesr.harris at gmail.com
Wed Jun 11 11:55:31 EDT 2008


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20080611/f92f016c/attachment.html>


More information about the NumPy-Discussion mailing list