-
The current documentation for nw:betweenness-centrality states that "As of now, link weights are not taken into account."
If support for weighted networks isn't too onerous to implement it would be p…
-
**Github username:** @hxaro
**Twitter username:** --
**Submission hash (on-chain):** 0xbd7c26ae4f2064388b6964def5cdafd2ea51ac76d1f069281637c99568b97cb3
**Severity:** medium
**Description:**
## Descr…
-
I have been exploring the results of the `road_centrality` function and I found an issue when there are under or over passes. The first steps of the functions involve splitting the study area into sub…
-
jasp 0.19 beta for win10 and flatpak
This is an older bug, not related to recent JASP releases. A colleaugue spottet it a while ago:
![Screenshot_20231012_100132](https://github.com/jasp-stats/jas…
-
thank you for your great packages. i use it in my project. i have 2 questions:
1 meaning of lr_cci_centrality,
```
cell_cci_centrality_1 = hn.tl.compute_ce_network_degree_centrality(CE_tensor_filte…
-
https://ieeexplore.ieee.org/abstract/document/7568924
```
@inproceedings{sathanur2016novel,
title={A novel centrality measure for network-wide cyber vulnerability assessment},
author={Sathanur…
-
The following list describes network measures that can be implemented. After discussion of these measures, I will open each one in a separate issue:
- [x] Clustering (double checking) - seems to retu…
-
### What is the expected enhancement?
It would be very cool to implement the calculation of betweenness centrality using the edges weights, as done in NetworkX : https://networkx.org/document…
-
When I plot the centrality of the Isle of Wight road network, it seems different with the map as shown in document.I found that the legend is in this format: "0min to 1min..." , while the example lege…
-
**What is the feature or improvement you would like to see?**
Implement Katz centrality. This requires some linear algebra, ideally done with sparse matrices for good performance. The implementatio…