pull down to refresh
0 sats \ 3 replies \ @random_ OP 17 Apr 2022 freebie \ parent \ on: Paper Synopsis: A Centrality Analysis of the Lightning Network bitcoin
Oh nice!! An example on how to use timemachine
Thanks for the link.
It looks like they use the greedy algorithm in the attached gist, and filter candidate nodes beforehand.
I wonder how long it takes. 🤔
It is me who wrote it.
Yes. The only caveat there is to use special function for re-calculation of Betweenness-Centrality metric.
It takes time. However, improper library (like networkx) may take even longer or crash. The optimization demands much RAM.
reply
What other kind of centralities might correlate with betweenness?