79228909

Date: 2024-11-27 04:12:50
Score: 1.5
Natty:
Report link

While not in python yet. There is the ig.degree.betweenness R package. Which implements the "Smith-Pittman" community detection algorithm which considers both node degree and edge betweenness for igraph objects.

There is a python implementation in the works however it still needs to be fully developed.

enter image description here

More links:

Blog about Smith-Pittman clustering: here.

Working paper: https://arxiv.org/abs/2411.01394

Reasons:
  • Probably link only (1):
  • Contains signature (1):
  • Has code block (-0.5):
Posted by: Bensstats