See: Description
| Interface | Description |
|---|---|
| VertexScorer<V,S> |
An interface for algorithms that assign scores to vertices.
|
| Class | Description |
|---|---|
| ClosenessCentrality<V,E> |
Assigns scores to each vertex based on the mean distance to each other vertex.
|
| DistanceCentralityScorer<V,E> |
Assigns scores to vertices based on their distances to each other vertex
in the graph.
|
| VertexScoreTransformer<V,S> |
A Transformer convenience wrapper around VertexScorer.
|
Copyright © 2021, 2022 Herve Girod. All Rights Reserved. Documentation and source under the BSD 3-Clause licence