Uses of Class
edu.uci.ics.jung.algorithms.scoring.DistanceCentralityScorer
Packages that use DistanceCentralityScorer
Package
Description
Mechanisms for assigning values (denoting significance, influence, centrality, etc.)
to graph elements based on topological properties.
-
Uses of DistanceCentralityScorer in edu.uci.ics.jung.algorithms.scoring
Subclasses of DistanceCentralityScorer in edu.uci.ics.jung.algorithms.scoringModifier and TypeClassDescriptionclass
BarycenterScorer<V,
E> Assigns scores to each vertex according to the sum of its distances to all other vertices.class
ClosenessCentrality<V,
E> Assigns scores to each vertex based on the mean distance to each other vertex.