algebraic_connectivity
module wntr.metrics.topographic
-
algebraic_connectivity(G)[source]
Algebraic connectivity
Second smallest eigenvalue of the normalized Laplacian matrix of a network
- Parameters:
G (networkx MultiDiGraph) – Graph
- Return type:
Algebraic connectivity (float)