Skip to content

cgao-comp/PBI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

PBI

The code related to the paper below:

Pairwise-interactions-based Bayesian Inference of Network Structure from Cascades

Running the code:

  1. install the required packages
  2. run the test.py to infer the network
  3. we provide a simple dataset: a ground-truth network generated by ER random graph model ( nodes = 253, edges = 510) ,
  4. G.pkl is a file that stores a network object from networkx package and can be read using the pickle package.
  5. "beta 500.txt" is a file that stores 500 cascades generated by the IC model (incubation time ~ exp(1))on this network.

About

The code of the paper "Pairwise-interactions-based Bayesian Inference of Network Structure from Cascades"

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages