Package es.uam.eps.ir.relison.sna.metrics.distance
Distance-based metrics.
-
Interface Summary Interface Description DistanceCalculator<U> Interface that defines methods for computing distance-based metrics for a network and retrieving them. -
Class Summary Class Description CompleteDistanceCalculator<U> Computes some of the distance based metrics: distances, number of geodesic paths between two nodes, betweenness.FastDistanceCalculator<U> Fast version of a distance calculator which just computes the distances between pairs of nodes.ShrinkingDiameterNeighbors<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.