Note

This is the documentation for the current state of the development branch of rustworkx. The documentation or APIs here can change prior to being released.

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