├── 01_Jazz.mat ├── 02_NS.mat ├── 03_GrQc.mat ├── 04_EEC.mat ├── 05_Email.mat ├── 06_PG.mat ├── 07_Enron.mat ├── 08_PB.mat ├── 09_Facebook.mat ├── 10_WV.mat ├── 11_Sex.mat ├── 12_USAir.mat ├── 13_Power.mat ├── 14_Router.mat └── README.md /01_Jazz.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLIF/Network-Data/a48a9c1dfa3028df77b0e6877a451bdb86086b67/01_Jazz.mat -------------------------------------------------------------------------------- /02_NS.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLIF/Network-Data/a48a9c1dfa3028df77b0e6877a451bdb86086b67/02_NS.mat -------------------------------------------------------------------------------- /03_GrQc.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLIF/Network-Data/a48a9c1dfa3028df77b0e6877a451bdb86086b67/03_GrQc.mat -------------------------------------------------------------------------------- /04_EEC.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLIF/Network-Data/a48a9c1dfa3028df77b0e6877a451bdb86086b67/04_EEC.mat -------------------------------------------------------------------------------- /05_Email.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLIF/Network-Data/a48a9c1dfa3028df77b0e6877a451bdb86086b67/05_Email.mat -------------------------------------------------------------------------------- /06_PG.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLIF/Network-Data/a48a9c1dfa3028df77b0e6877a451bdb86086b67/06_PG.mat -------------------------------------------------------------------------------- /07_Enron.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLIF/Network-Data/a48a9c1dfa3028df77b0e6877a451bdb86086b67/07_Enron.mat -------------------------------------------------------------------------------- /08_PB.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLIF/Network-Data/a48a9c1dfa3028df77b0e6877a451bdb86086b67/08_PB.mat -------------------------------------------------------------------------------- /09_Facebook.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLIF/Network-Data/a48a9c1dfa3028df77b0e6877a451bdb86086b67/09_Facebook.mat -------------------------------------------------------------------------------- /10_WV.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLIF/Network-Data/a48a9c1dfa3028df77b0e6877a451bdb86086b67/10_WV.mat -------------------------------------------------------------------------------- /11_Sex.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLIF/Network-Data/a48a9c1dfa3028df77b0e6877a451bdb86086b67/11_Sex.mat -------------------------------------------------------------------------------- /12_USAir.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLIF/Network-Data/a48a9c1dfa3028df77b0e6877a451bdb86086b67/12_USAir.mat -------------------------------------------------------------------------------- /13_Power.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLIF/Network-Data/a48a9c1dfa3028df77b0e6877a451bdb86086b67/13_Power.mat -------------------------------------------------------------------------------- /14_Router.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MLIF/Network-Data/a48a9c1dfa3028df77b0e6877a451bdb86086b67/14_Router.mat -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Network-Data 2 | The network data used in "Identifying influential spreaders by gravity model", "Identifying influential spreaders in complex networks by an improved gravity model", "Identifying influential spreaders by gravity model considering multi-characteristics of nodes" and "Identifying Influential Spreaders Using Local Information". 3 | 4 | PS: All networks are transformed into undirected networks. More specifically, we only consider the largest component (contains 7066 nodes) of the WV network (contains 7115 nodes) because it is disconnected. 5 | 6 | Data Description 7 | 1. Jazz is a collaboration network of jazz musicians. 8 | 2. NS is a co-authorship network of scientists working on network science. 9 | 3. GrQc is a collaboration network of eprint articles in arXiv categories General Relativity and Quantum Cosmology. 10 | 4. EEC describes email interchanges between institution members of a large European research institution. 11 | 5. Email describes email interchanges between users including faculty, researchers, technicians, managers, administrators, and graduate students of the Rovira i Virgili University. 12 | 6. PG is a snapshot of the Gnutella peer-to-peer file sharing network from August 2002. 13 | 7. Enron is the Enron email network. 14 | 8. PB is a network of US political blogs. 15 | 9. Facebook describes social circles from Facebook. 16 | 10. WV is a network of Wikipedia who-votes-on-whom. 17 | 11. Sex is a bipartite network in which nodes are females (sex sellers) and males (sex buyers) and links between them are established when males write posts indicating sexual encounters with females. 18 | 12. USAir is the US air transportation network. 19 | 13. Power is the power grid of the western United States. 20 | 14. Router is a symmetrized snapshot of the structure of the Internet at the level of autonomous systems. 21 | --------------------------------------------------------------------------------