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?
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?
I've not tried any of them, but there are a few things which say they do clustering in Python:
If none of those do the trick, you could use something like ctypes to call functions from Cluto, although it won't be as elegant.