Package es.uam.eps.ir.relison.sna.metrics.distance.pair
Distance-based metrics for individual pairs of nodes in the network.
-
Class Summary Class Description Distance<U> Computes the distance between nodes.EdgeBetweenness<U> Computes the edge betweenness of the graph.Geodesics<U> Measures the number of geodesic paths between two different nodes in the network.ReciprocalShortestPathLength<U> Computes the Reciprocal Shortest Path Length.ShrinkingASL<U> Computes the variation of the average shortest path length if a link is included in the graph.ShrinkingASLNeighbors<U> Computes the variation of the average shortest path length between the neighbors of a pair of nodes if the link was added to the graph.ShrinkingDiameter<U> Computes the variation of the diameter if a link is included in the graph.