igraph / rigraph

igraph R package
https://r.igraph.org
553 stars 200 forks source link

cutat() should be able to handle partial dendrograms #58

Open gaborcsardi opened 9 years ago

gaborcsardi commented 9 years ago

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 commented 9 years ago

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.

zachmayer commented 9 years ago

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