Package es.uam.eps.ir.relison.sna.metrics.distance.graph
Distance-based global metrics, computed for the whole graph.
-
Class Summary Class Description ASL<U> Computes the Average Shortest path Length of graphs.AverageReciprocalShortestPathLength<U> Computes the Average Reciprocal Shortest path Length of graphs.Diameter<U> Computes the diameter of a network.InfiniteDistances<U> Finds the number of infinite distance pairs of nodes.Radius<U> Computes the radius of a network.ReciprocalAverageEccentricity<U> Computes the diameter of a network.ReciprocalDiameter<U> Computes the reciprocal diameter of a network.