开发者

Embedding dendrogram in 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 progra开发者_如何学编程m).

Thanks!


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.


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.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜