在 Java 中嵌入树状图

发布于 2024-08-20 13:02:10 字数 191 浏览 3 评论 0原文

我正在寻找一个能够在Java中绘制数据树状图的库(不计算它们,我可以自己做)..你有什么线索吗?已经尝试通过谷歌搜索它,但没有找到任何不独立的东西(虽然我需要将生成嵌入到我的程序中)。

谢谢!

I'm looking for a library capable of drawing dendrograms of data in Java (not calculating them, I can do it by myself).. do you have any clues? Already tried to search it over Google but haven't found anything that is not stand-alone (while I need to embed the generation inside my program).

Thanks!

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

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

发布评论

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

评论(2

青衫儰鉨ミ守葔 2024-08-27 13:02:10

查看 JUNG 图形库。它不会为您执行实际的聚类,但它是一个非常好的可视化结果的库。

Check out the JUNG graph library. It won't perform the actual clustering for you but is a really good library for visualising your results.

另类 2024-08-27 13:02:10

看看始祖鸟。它有相当多的功能;它是开源的,并且以预打包的 jar 文件形式提供。

顺便说一句,我使用 JUNG 并且非常喜欢它。它可以执行各种聚类,但据我所知,它没有固有的树状图功能。因为它具有绘图功能,所以您可以滚动自己的树状图,但这需要一些工作。

Take a look at Archaeopteryx. It has fairly many features; it's open source, and it is available in a pre-packaged jar file.

BTW, I use JUNG and really like it. It can perform various clusterings, but AFAIK, it has no inherent dendrogram capabilities. Because it has graphing capabilities, you could roll your own dendrogram, but it would take some work.

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