开发者

Cluto like library for Python

开发者 https://www.devze.com 2023-02-14 23:39 出处:网络
I like Cluto as a data clustering software a lot. But its library binding is available onl开发者_如何学Pythony in C.

I like Cluto as a data clustering software a lot. But its library binding is available onl开发者_如何学Pythony 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:

  • scipy.cluster (numpy and scipy are the two mainstays of serious numerical computation in Python)
  • Pycluster
  • hcluster (looks like it's not been updated in a couple of years)

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消