Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 440 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 440 Bytes

networkx_addon

Some add-on modules to networkx library

  1. Information propagation models (1) independent cascade model (2) linear threshold model

  2. Vertex similarity measures (1) ASCOS (for both weighted and unweighted network) (2) Jaccard (3) Cosine (4) SimRank (5) RSS (r=2) (6) Katz (7) LHN

TODO

  1. Add some more vertex similarity functions

  2. Add references to these similarity measures