Re: Cluto like library for Python

2011-03-07 Thread Nelle Varoquaux
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 wrote

Re: Cluto like library for Python

2011-03-06 Thread Miki Tebeka
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 T