igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] cohesive blocking on weighted networks


From: Gábor Csárdi
Subject: Re: [igraph] cohesive blocking on weighted networks
Date: Mon, 6 Apr 2009 22:58:14 +0200

Hi John,

no, the cohesive blocking does not consider edge weights. I would
think that 'vertex connectivity' (the concept it is based on) it is
fairly easy to generalize the concept for weighted graphs, but we
don't have an implementation for that.

Best,
Gabor

On Sun, Apr 5, 2009 at 11:30 PM, John Smith <address@hidden> wrote:
> Hi all,
>
> I just started to play around with igraph and I'd like to use the
> cohesive.blocks function on a weighted network, but does cohesive.blocks
> make use the information about edge weights in the computation?
>
> On a related note, is creating a graph object like this:
> g <- graph( c(0,1, 0,1, 0,2, 1,3))
> equivalent to set a weight of 2 to the edge between node 0 and 1?
>
> thanks,
> john
>
> _______________________________________________
> igraph-help mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/igraph-help
>
>



-- 
Gabor Csardi <address@hidden>     UNIL DGM




reply via email to

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