Network Generators
The following network generators can be utilized in the configuration in the following format:
structure:
random:
type: 'conf-file-notation'
parameter1: 100
parameter2: 4
...
Name |
Conf. File Notation |
Parameters |
|---|---|---|
Random Regular Graph (NetworkX) |
random-regular |
|
Erdős-Rényi Graph (NetworkX) |
erdos-renyi |
|
Barabási-Albert Graph (NetworkX) |
barabasi-albert |
|
Watts-Strogatz Graph (NetworkX) |
watts-strogatz |
|
Connected Watts-Strogatz Graph (NetworkX) |
connected-watts-strogatz |
|
Newman-Watts-Strogatz Graph (NetworkX) |
newman-watts-strogatz |
|
Powerlaw Cluster Graph (NetworkX) |
powerlaw-cluster-graph |
|
Forest Fire Graph (iGraph) |
forest-fire |
|
Stochastic Block Model (iGraph) |
stochastic-block |
|
LFR Benchmark Graph (NetworkX) |
LFR-benchmark |
|
Geometric Random Graph (iGraph) |
geometric-random |
|
Configuration Model (iGraph) |
configuration |
|
Static Fitness Model (iGraph) |
static-fitness |
|
The following networks can be utilized in the configuration in the following format:
structure:
from-library:
type: 'conf-file-notation'
if-parameter-exists: 100
...
Name |
Conf. File Notation |
Information |
|---|---|---|
Complete Graph (NetworkX) |
complete-graph |
Parameter count (int): The number of nodes in the graph. |
Zachary’s Karate Club Graph (NetworkX) |
karate-club-graph |
A social network of friendships between 34 members of a karate club. |
Les Miserables Graph (NetworkX) |
les-miserables |
A coappearance network of characters in the novel Les Miserables. |
Next: (Optional) Reading networks from file