Python 的类似 Cluto 的库

发布于 2024-10-20 17:27:05 字数 76 浏览 0 评论 0 原文

我非常喜欢 Cluto 作为数据集群软件。但它的库绑定仅在 C 中可用。

有没有类似于 Cluto 的 python 库?

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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

无声静候 2024-10-27 17:27:05

我还没有尝试过其中任何一个,但有一些事情表明它们在Python中进行聚类:

如果这些都不起作用,你可以使用类似 ctypes 的东西 从 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文