igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] shortest path between all nodes on a weighted network


From: Gabor Csardi
Subject: Re: [igraph] shortest path between all nodes on a weighted network
Date: Wed, 11 Apr 2007 22:06:14 +0200
User-agent: Mutt/1.5.12-2006-07-14

Colin,

the short answer is no, this is not possible. 
Some igraph functions can handle weighted edges,
but the shortest path and the transitivity functions can't. (Btw. how
to define the weighted transitivity of a network?)

Check the sna and the RBGL packages, these might help. Unfortunately
igraph is quite bad on weighted networks.

Best,
Gabor

On Wed, Apr 11, 2007 at 03:55:20PM -0400, Colin Garroway wrote:
>    Hello All,
> 
>    I have a small undirected weighted network.  34 nodes and 93 edges.  Edges
>    are weighted as the dissimilarity between between nodes.  I want to
>    determine the shortest path length between all nodes.  Is this possible in
>    igraph or an existing R package?  Also does transitivity calculation
>    incorporate edge weight some how?
> 
>    I am new to igraph and relatively new to R and am quite stuck on the
>    shortest path question.  Any suggestions would be greatly appreciated.
> 
>    Thank you
>    Colin

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


-- 
Csardi Gabor <address@hidden>    MTA RMKI, ELTE TTK




reply via email to

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