Python library for clustering from distance vector

Matthieu Brucher matthieu.brucher at gmail.com
Sun May 18 03:55:57 EDT 2008


Hi,

You should send your question on the scipy user ML. If you use a distance
between objects, you can try the kmeans (implemented in scipy), if you use
similarities, you can change them to dissimilarities and use the same
function.

Matthieu

2008/5/18 Sengly <Sengly.Heng at gmail.com>:

> Dear all,
>
> I am looking for a python library which can cluster similar objects
> into their respective groups given their similarity score of each two
> of them. I have searched the group but I couldn't find any helpful
> information yet.
>
> Any suggestion is appreciated. Also, if you know any specific group
> that I should post this message, please also suggest.
>
> Thank you.
>
> Sengly
> --
> http://mail.python.org/mailman/listinfo/python-list
>



-- 
French PhD student
Website : http://matthieu-brucher.developpez.com/
Blogs : http://matt.eifelle.com and http://blog.developpez.com/?blog=92
LinkedIn : http://www.linkedin.com/in/matthieubrucher
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20080518/cf5f78af/attachment-0001.html>


More information about the Python-list mailing list