Documentation of 'org.jgrapht.alg.interfaces.VertexScoringAlgorithm' Java class
VertexScoringAlgorithm
org.jgrapht.alg.interfaces

Interface VertexScoringAlgorithm<V,D>

  • Type Parameters:
    V - the vertex type
    D - the score type
    All Known Implementing Classes:
    PageRank


    public interface VertexScoringAlgorithm<V,D>
    An interface for all algorithms which assign scores to vertices of a graph.
    Since:
    August 2016
    • 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

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.