Package | Description |
---|---|
edu.uci.ics.jung.algorithms.scoring |
Contains scoring classes for the layout packages.
|
Modifier and Type | Class and Description |
---|---|
class |
ClosenessCentrality<V,E>
Assigns scores to each vertex based on the mean distance to each other vertex.
|
class |
DistanceCentralityScorer<V,E>
Assigns scores to vertices based on their distances to each other vertex
in the graph.
|
Modifier and Type | Field and Description |
---|---|
protected VertexScorer<V,S> |
VertexScoreTransformer.vs
The VertexScorer instance that provides the values returned by
transform . |
Constructor and Description |
---|
VertexScoreTransformer(VertexScorer<V,S> vs)
Creates an instance based on the specified VertexScorer.
|
Copyright © 2021, 2022 Herve Girod. All Rights Reserved. Documentation and source under the BSD 3-Clause licence