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.