Class AbstractVertexScorer<V>

    • Constructor Detail

      • AbstractVertexScorer

        public AbstractVertexScorer()
    • Method Detail

      • rank

        public List<Map.Entry<V,​Double>> rank​(Graph<V> g)
        Description copied from interface: VertexScorer
        Ranks the vertices based on the score
        Specified by:
        rank in interface VertexScorer<V>
        Parameters:
        g - The graph
        Returns:
        A sorted list of vertex - double pairs