igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] Multiplex networks: Edge type related metrics by node


From: Gábor Csárdi
Subject: Re: [igraph] Multiplex networks: Edge type related metrics by node
Date: Sat, 29 Nov 2014 12:53:26 -0500

Hi,

one solution is to use edge attributes to mark edge types. To
calculate metrics over some edge type you'll need to create a subgraph
that contains only those edges. This is easy and a linear operation.

Another solution is to have a separate network for each edge type.

Gabor

On Fri, Nov 28, 2014 at 5:22 PM, lookman sanni <address@hidden> wrote:
> Hello everyone. I am new to SNA and learning how to use the igraph package.
> I have built a multiplex network from some flat file and would like to
> compute couple of metrics on top of that network:
>
> The number of edge types by node (multiplexity)
> A metric (matrix, contingent table) of edge types association between the
> same nodes (e.g: money transfer + good transfer: 20 pairs of nodes; money
> transfer + kinship: 120 pairs of nodes)
>
> I have not seen any likely metrics in my web searches. Would I need to write
> them ? If yes, is there any available guideline on how to contribute to
> igraph ?
>
> --
> Best Regards
>
> Lookman SANNI
> http://blog.lookouster.org
>
> _______________________________________________
> 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]