igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] Information flow Analysis in R


From: Gábor Csárdi
Subject: Re: [igraph] Information flow Analysis in R
Date: Thu, 23 Feb 2012 17:58:06 -0500

Hi,

there are no such functions in the library, but it does not seem very
difficult (in R or Python) to assign attributes to the vertices and
then just iterate over the structure and update them.

Best,
Gabor

On Mon, Feb 20, 2012 at 12:15 PM, shahab <address@hidden> wrote:
> Hi,
>
> I would like to apply kind of information flow analysis in a network.
> Basically, I assign each node a label and then propagate that label
> through directed edges .
> The labels arriving in one node could be merged according to some
> rules . An illustrative example of this is security type checking
> system where two nodes are merged and the label of most nonrestrictive
> (most secure node) takes over.
> I just wonder is there any library /function included in igraph to
> perform such analysis?
>
> best,
> Shahab Mokarizadeh
> PhD Student
> ICT School,
> Royal Institute of Technology (KTH)
> Stockholm, Sweden,
> http://www.isk.kth.se/~shahabm
>
> _______________________________________________
> igraph-help mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/igraph-help



-- 
Gabor Csardi <address@hidden>     MTA KFKI RMKI



reply via email to

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