snap-stanford / snap

Stanford Network Analysis Platform (SNAP) is a general purpose network analysis and graph mining library.
Other
2.16k stars 795 forks source link

Weighted betweennesss centrality #225

Closed DunnoHtL closed 2 years ago

DunnoHtL commented 2 years ago

Hi, Can anyone tell me that does SNAP support calculating betweenness centrality for weighted graphs? Thanks!

roks commented 2 years ago

Yes, this functionality is provided in C++. Several functions are implemented. They are documented here: http://snap.stanford.edu/snap/doc/snapuser-ref/d3/d73/namespaceTSnap.html#a640eea9a041004a65ce6b65802a31975

DunnoHtL commented 2 years ago

@roks Thanks!

bilal-dsu commented 2 years ago

@roks Please confirm if (or when) the weighted centrality measures will be available for Python.