Releases: CSHVienna/NetworkInequalities
Releases · CSHVienna/NetworkInequalities
NetIn 1.0.7
Includes
- Sampling
- Random Nodes
- Random Edges
- Random Neighbor
- DegreeRank (desc and asc)
- DegreeGroupRank (desc and asc)
- PartialCrawls
- Ranking inequalities (stats in
netin.stats.ranking
, and plots innetin.viz.handlers
- Inequality (Gini in top-k)
- Inequity (Mean error to parity of fraction of minorities in top-k)
- Disparity (inequality vs inequity)
- Examples in
examples/notebooks
- sampling
- ranking
- Documentation using sphinx
What's Changed
- Add auto-generated documentation to the project by @mannbach in #2
- Add logo to documentation and README by @mannbach in #5
New Contributors
Full Changelog: netin-1.0.5...netin-1.0.7
NetIn 1.0.5
Alpha version, includes:
[MODELS]
- Undirected
1.1. PA (Barabasi)
1.2. PAH (Barabasi with Homophily)
1.3. PATC (Barabasi with Triadic Closure)
1.4. PATCH (Barabasi with Triadic Closure and Homophily) - Directed
2.1. DH (Directed with Homophily)
2.2. DPA (Directed with Preferential Attachment)
2.3. DPAH (Directed with Preferential Attachment and Homophily)
[EXAMPLES]
In the folder examples/ you can find python scripts (.py) and notebooks (.ipynb) with examples on how to create graphs, plots, and ranking analysis.
Full Changelog: https://github.com/CSHVienna/NetworkInequalities/commits/netin-1.0.5