igraph-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [igraph] Help with VertexDendrogram Object


From: Tamás Nepusz
Subject: Re: [igraph] Help with VertexDendrogram Object
Date: Thu, 13 Feb 2014 21:50:11 +0100

Hi, 

Attached is a Python function that takes a graph and an incomplete dendrogram 
and completes the dendrogram by merging the remaining nodes in arbitrary order. 

All the best,
-- 
T.



On Thursday, 13 February 2014 at 19:21, Daniel Biro wrote:

> I am trying to do the same thing that was resolved in this thread:
> https://stat.ethz.ch/pipermail/r-help/2012-June/314851.html
> in the python package.
> 
> Essentially I am using community_edge_betweenness to obtain the 
> VertexDendrogram object, but I am working with graphs that have multiple 
> disconnected components, so the resulting object isn't quite right. How can I 
> go about altering the resulting object so that the highest level clustering 
> includes all of the disconnected components. 
> 
> Thanks,
> Daniel
> 
> 
> _______________________________________________
> igraph-help mailing list
> address@hidden (mailto:address@hidden)
> https://lists.nongnu.org/mailman/listinfo/igraph-help


Attachment: fix_dendrogram.py
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]