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 TypeClassDescriptionclass
KStepMarkov<V,
E> Algorithm variant ofPageRankWithPriors
that 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.