Interface VertexScoringAlgorithm<V,​D>

    • Method Detail

      • getScores

        java.util.Map<V,​D> getScores()
        Get a map with the scores of all vertices
        Returns:
        a map with all scores
      • getVertexScore

        D getVertexScore​(V v)
        Get a vertex score
        Parameters:
        v - the vertex
        Returns:
        the score