Open yy opened 14 years ago
I added some very basic dendrogram recording to the develop branch (commit 0c41c2b....).
This may be sufficient to get a dendrogram, but it will take a lot of work to go from the new output to a plotted dendrogram, so I do not yet consider this closed!
To record dendrogram, we may need to use alternative way to assign community id. How about making a class Dendrogram
to keep the linkage and export with a couple of different formats? There are several formats for dendrogram:
To draw the corresponding hierarchical tree (dendrogram), the program should record the hierarchical information to the file. I think this feature is not so important for the C++ version that deals with larger networks.