Package es.uam.eps.ir.relison.sna.metrics.distance.vertex
Distance-based metrics for individual nodes in the network.
-
Class Summary Class Description Closeness<U> Metric that computes the closeness of the nodes.Eccentricity<U> Metric that computes the eccentricity of the nodes.HarmonicCentrality<U> Metric that computes the harmonic centrality of the nodes (a version of closeness that uses the harmonic mean of the distances from the target node to the rest of nodes in the network.NodeBetweenness<U> Computes the betweenness of the nodes of a graph.