Computing metrics, community detection and data handling
Post Reply [phpBB Debug] PHP Warning: in file
[ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line
1275:
count(): Parameter must be an array or an object that implements Countable
-
nullusadinfinitum - Posts:13
- Joined:08 Jun 2011 07:31
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable
[SOLVED] Wiring Probability (Random Graph Generator)
Post
by nullusadinfinitum » 09 Aug 2011 11:24
Hello,
Would someone be able to explain the theoretical underpinning behind the wiring probability for the random graph generator? What does the value represent? Is there some ratio to calculate with respect to the number of nodes when investigating the small-world phenomenon? Forgive my inexperience.

-
cezar_1
- Gephi Core Developer
- Posts:20
- Joined:23 Mar 2010 02:30
-
Contact:
Post
by cezar_1 » 09 Aug 2011 22:12
Well,
This generator is based on Watts & Strogatz Alpha Model. The wiring probability is β from the description in Wikipedia:
http://en.wikipedia.org/wiki/Watts_and_Strogatz_model
So, as they write, varying this value makes it possible to interpolate between a regular lattice (β = 0) and a random graph (β = 1) approaching the Erdős–Rényi random graph.
Unfortunately this generator doesn't create a regular ring lattice first, so it's not so usable when you want to investigate the small world phenomenon. If you want to do it try my plugin:
http://gephi.org/plugins/complex-generators/ But be careful with Erdos-Renyi Gnp generator, since it contains a little bug. I'll upload the fix soon.
-
nullusadinfinitum - Posts:13
- Joined:08 Jun 2011 07:31
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable
Post
by nullusadinfinitum » 10 Aug 2011 09:19
cezar_1 wrote:Well,
This generator is based on Watts & Strogatz Alpha Model. The wiring probability is β from the description in Wikipedia:
http://en.wikipedia.org/wiki/Watts_and_Strogatz_model
So, as they write, varying this value makes it possible to interpolate between a regular lattice (β = 0) and a random graph (β = 1) approaching the Erdős–Rényi random graph.
Unfortunately this generator doesn't create a regular ring lattice first, so it's not so usable when you want to investigate the small world phenomenon. If you want to do it try my plugin:
http://gephi.org/plugins/complex-generators/ But be careful with Erdos-Renyi Gnp generator, since it contains a little bug. I'll upload the fix soon.
Thank you for this insightful response. For illustrative purposes, let's say I had a very small graph with just 7 nodes. If I wanted to investigate whether the small-world phenomenon exists, using your complex generators, which generator would be most effective, and what values would I input for it?
-
hello_kitty - Posts:3
- Joined:07 May 2014 08:46
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable
Post
by hello_kitty » 07 May 2014 08:58
Thanks for sharing links. First link from Cornell University is not working.
Post Reply [phpBB Debug] PHP Warning: in file
[ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line
1275:
count(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file
[ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line
1275:
count(): Parameter must be an array or an object that implements Countable