Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 1.23 KB

README.md

File metadata and controls

16 lines (9 loc) · 1.23 KB

Implementation of different methods for generating simulated graphs:

  • Watts-Strogatz model, based on this article. For estimating the small world network regime; small world measurement introduced in: article
  • Erdös–Rényi: Binomial random graph introduced in this book
  • Weighted Social Networks (WSN) - Emergence of communities in weighted networks- article and article. For a faster and more robust implementation check this repository, by Yohsuke Murase. This demo is also very nice :).

For visualizing large graphs I use gephi.

Watts-Strogatz algorithm

hubs

Image