Interface VertexScorer<V,S>
-
- Type Parameters:
V- the vertex typeS- the score type
- All Known Implementing Classes:
AbstractIterativeScorer,AbstractIterativeScorerWithPriors,BarycenterScorer,BetweennessCentrality,ClosenessCentrality,DegreeScorer,DistanceCentralityScorer,EigenvectorCentrality,HITS,HITSWithPriors,KStepMarkov,PageRank,PageRankWithPriors,VoltageScorer
public interface VertexScorer<V,S>An interface for algorithms that assign scores to vertices.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SgetVertexScore(V v)Returns the algorithm's score for this vertex.
-