Uses of Class
edu.uci.ics.jung.algorithms.importance.RelativeAuthorityRanker
Packages that use RelativeAuthorityRanker
-
Uses of RelativeAuthorityRanker in edu.uci.ics.jung.algorithms.importance
Subclasses of RelativeAuthorityRanker in edu.uci.ics.jung.algorithms.importanceModifier and TypeClassDescriptionclassKStepMarkov<V,E> Algorithm variant ofPageRankWithPriorsthat computes the importance of a node based upon taking fixed-length random walks out from the root set and then computing the stationary probability of being at each node.