rigraph icon indicating copy to clipboard operation
rigraph copied to clipboard

cutat() should be able to handle partial dendrograms

Open gaborcsardi opened this issue 10 years ago • 2 comments
trafficstars

From @Yquetzal on October 21, 2014 1:53

The cutat method check for a fully hierarchical community decomposition. However, the leading.eigenvector method do not return a FULL hierarchy, so it does not work with it. Is it a bogue ? If no, is there another solution to get the communities at a given level for leading.eigenvector.community ?

Copied from original issue: igraph/igraph#748

gaborcsardi avatar Jan 14 '15 21:01 gaborcsardi

Yes, it is not really a bug, I simply forgot about it. Will be done in the next release. There were workarounds on the igraph-help mailing list, AFAIR.

gaborcsardi avatar Jan 14 '15 21:01 gaborcsardi

Similarly multilevel.community does not return a full hierarchy, but would still be useful to visualize as a dendrogram.

zachmayer avatar Jun 09 '15 16:06 zachmayer