https://github.com/phipsgabler/netsci-01
https://github.com/phipsgabler/netsci-01
network-science sampling
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/phipsgabler/netsci-01
- Owner: phipsgabler
- License: unlicense
- Created: 2016-11-10T17:08:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-17T12:20:40.000Z (over 9 years ago)
- Last Synced: 2025-03-15T13:23:07.788Z (about 1 year ago)
- Topics: network-science, sampling
- Language: Jupyter Notebook
- Size: 17.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Network Science - Project 1#
I compared how two different sampling methods (random walk and forest fire) "perform" on two
different data sets (a road network from Texas, and a social graph from Facebook), by comparing
different network measures on the samples.
There is much room for improvement; in fact, the differences could just be due to my implementing
some parts of the algorithms wrong.
# LICENSE #
All code and text are [unlicensed](http://unlicense.org/)
The data sets are taken from [Konect](http://konect.uni-koblenz.de), and thus subject to the [Creative Commons Attribution-ShareAlike 2.0 Germany License](http://konect.uni-koblenz.de/license).