Embedding dendrogram in Java

蹲街弑〆低调 提交于 2019-12-24 04:46:05

问题


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!


回答1:


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.




回答2:


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.



来源:https://stackoverflow.com/questions/2195835/embedding-dendrogram-in-java

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!