Skip to content

It consists in basic metrics and functions to describe networks. I use as an example two synthetic networks.

Notifications You must be signed in to change notification settings

scafati98/Intro-to-Networkx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Networkx

It consists in basic metrics and functions to describe networks using as an example two synthetic networks: Erdos Ranyi random network and Barabasi Albert random network with preferential attachment. I also provide a bonus section showing how the clustering coefficient function is built.