Spreading dynamic with community structure

Posted by YogurtFruit on Stack Overflow See other posts from Stack Overflow or by YogurtFruit
Published on 2014-05-27T03:22:39Z Indexed on 2014/05/27 3:24 UTC
Read the original article Hit count: 124

I have a data set which I hope to simulate the spreading dynamic with community structure. The steps I follow is

  1. import the data to a complex network with Networkx
  2. partition the network into some modules which are known as communities
  3. simulate the SIS model and draw plots with and without communities.

Something confused me between step 2 and step 3. After partitioning, I get some communities which contains nodes number. The community numbers and nodes numbers are the only input to step 3, and how I simulate SIS with and without communities?

© Stack Overflow or respective owner

Related posts about dynamic

Related posts about networkx