
 |
GUESS scripts |
 |
|
These scripts work with the network analysis software package GUESS and are meant for educational purposes.
Compare the resilience of a network with respect to intentional (removing the best connected nodes) and random attack (removing nodes at random).
You can try it out on a small Gnutella P2P filesharing network.

Compute PageRank on a weighted network. You can try it out on a small sample network.

Observe how a simple greedy geographic search strategy performs on networks with different probabilities of nodes being connected depending on the spatial distance r between the nodes: 1/r1, 1/r2, 1/r4

Use the Girvan-Newman algorithm to find communities in a network. Try it out on the network of reciprocated citations among A-list political bloggers.
|