-
The paper is well-written and presents its ideas with good organization. I have the following questions and comments for improvement.
1. The paper defines a Superblock as "a set of adjacent urban b…
-
https://www.youtube.com/watch?v=F4RVBAGJcFY
https://juliagraphs.org/Graphs.jl/dev/centrality/#Graphs.betweenness_centrality
Modularity is a measure of the structure of networks or graphs which m…
-
Hi, I recently came across ClearNLP and decided to give it a try.
I've used other NLP frameworks in the past and I am positively impressed by the overall quality of yours.
I've found some little bugs …
-
I'm packaging your module as an rpm package so I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account.
- `python3 -sBm build -w --no-isolatio…
-
Move `igraph_diversity()` to the `centrality` directory, also updating headers.
This is for better organization, and to be able to find all centrality functions (which this effectively is) when bro…
-
matplotlib 3.8.3 and pytest fails on scanning units with
```console
+ PYTHONPATH=/home/tkloczko/rpmbuild/BUILDROOT/python-networkx-3.2.1-5.fc36.x86_64/usr/lib64/python3.9/site-packages:/home/tkloczk…
-
@JuliaRegistrator register
Release notes:
## What's Changed
* New data package version v0.6.0.
* Fix bug where cover instead of leftover space was being used in stand alone site selection by @…
-
visualization of trust buildup for virtual identities.
Key issues: rendering, smoothing and node placement as nodes get added and pruned.
Depends: #20
initial prototype:
![web-of-trust-in-Tribler-G…
-
A combination of feedback from lauren orso + spotting issues along the way:
- [x] **Violin viz**
- [x] make it a beeswarm plot instead such that the violin plot is actual dots and highlight the o…
-
As I understand it, all of the igraph functions for measures of centrality and community detection treat the weights in a weighted graph as distance measures. In many contexts it is more natural to us…