Uses of Class
edu.uci.ics.jung.algorithms.scoring.AbstractIterativeScorer

Packages that use AbstractIterativeScorer
Package
Description
Mechanisms for assigning values (denoting significance, influence, centrality, etc.) to graph elements based on topological properties.
  • Uses of AbstractIterativeScorer in edu.uci.ics.jung.algorithms.scoring

    Modifier and Type
    Class
    Description
    class 
    An abstract class for iterative random-walk-based vertex scoring algorithms that have a fixed probability, for each vertex, of 'jumping' to that vertex at each step in the algorithm (rather than following a link out of that vertex).
    class 
    Calculates eigenvector centrality for each vertex in the graph.
    class 
    HITS<V,E>
    Assigns hub and authority scores to each vertex depending on the topology of the network.
    class 
    A generalization of HITS that permits non-uniformly-distributed random jumps.
    class 
    A special case of PageRankWithPriors in which the final scores represent a probability distribution over position assuming a random (Markovian) walk of exactly k steps, based on the initial distribution specified by the priors.
    class 
    Assigns scores to each vertex according to the PageRank algorithm.
    class 
    A generalization of PageRank that permits non-uniformly-distributed random jumps.
    class 
    Assigns scores to vertices according to their 'voltage' in an approximate solution to the Kirchoff equations.