Interface VertexScorer<V,S>

Type Parameters:
V - the vertex type
S - 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

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getVertexScore

      S getVertexScore(V v)
      Parameters:
      v - the vertex whose score is requested
      Returns:
      the algorithm's score for this vertex