igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] Conductance in Igraph R


From: Tamas Nepusz
Subject: Re: [igraph] Conductance in Igraph R
Date: Wed, 14 Dec 2016 21:09:32 +0100

It is not implemented as a function on its own, but you can easily implement it by summing the weights of the edges that are between the two clusters (use the crossing() function to identify these edges), divided by the smaller of the sum of the strengths of the vertices in the two parts of the graph.

T.

On Wed, Dec 14, 2016 at 7:48 PM, Khaled Nouri <address@hidden> wrote:
Hello, 
I want to know if there exists the Conductance function (for measuring quality of partition in network) in Igraph with R.

thank you 

_______________________________________________
igraph-help mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/igraph-help



reply via email to

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