views:

296

answers:

1

Hello, 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!

+2  A: 

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.

Adamski
thanks, I don't need anything that calculates.. I already wrote what I need, just needed something to draw results :D I'll check in a while and accept it if it's good! (I think it is from a quick look)
Jack