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 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


Cluto like library for Python

2011-03-06 Thread Ravi
I like Cluto as a data clustering software a lot. But its library binding is 
available only in C.

Is there any python library which is similar to Cluto?
-- 
http://mail.python.org/mailman/listinfo/python-list


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 Tebeka miki.teb...@gmail.com
http://pythonwise.blogspot.com
-- 
http://mail.python.org/mailman/listinfo/python-list