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 <nouri.kha...@courrier.uqam.ca
> 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
> igraph-help@nongnu.org
> https://lists.nongnu.org/mailman/listinfo/igraph-help
>
>
_______________________________________________
igraph-help mailing list
igraph-help@nongnu.org
https://lists.nongnu.org/mailman/listinfo/igraph-help

Reply via email to