Java – Embedding dendrogram in Java

dendrogramgraphicsjava

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!

Best Answer

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.