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
-
Method Details
-
getVertexScore
- Parameters:
v
- the vertex whose score is requested- Returns:
- the algorithm's score for this vertex
-