Interface VertexScoringAlgorithm<V,D>
- Type Parameters:
V- the vertex typeD- the score type
- All Known Implementing Classes:
ApBetweennessCentrality, BetweennessCentrality, ClosenessCentrality, ClusteringCoefficient, Coreness, EigenvectorCentrality, HarmonicCentrality, KatzCentrality, PageRank
public interface VertexScoringAlgorithm<V,D>
An interface for all algorithms which assign scores to vertices of a graph.
-
Method Summary
-
Method Details
-
getScores
-
getVertexScore
-