EdgeCentralityMapping#

class EdgeCentralityMapping#

Bases: object

A custom class for the return of edge centralities at target edges

This class is a container class for the results of functions that return a mapping of integer edge indices to the float betweenness score for that edge. It implements the Python mapping protocol so you can treat the return as a read-only mapping/dict.

Methods