There is also scikit learn, that isn't mentionned on that list. It has
a few clustering algorithms (k means, affinity propagation, mean
shift):
you can find the documentation here :
http://scikit-learn.sourceforge.net/modules/clustering.html

Thanks,
Nelle

On 7 March 2011 01:14, Miki Tebeka <miki.teb...@gmail.com> wrote:
> You have several option for interfacing with C libraries: Cython, swig, 
> boost-python, ctypes ...
>
> You can find several machine learning packages mentioned at 
> http://web.media.mit.edu/~stefie10/technical/pythonml.html, I have no 
> experience with any of them so I can't recommend any.
>
> HTH
> --
> Miki Tebeka <miki.teb...@gmail.com>
> http://pythonwise.blogspot.com
> --
> http://mail.python.org/mailman/listinfo/python-list
>
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to