Uses of Class
edu.uci.ics.jung.algorithms.importance.RelativeAuthorityRanker
-
Packages that use RelativeAuthorityRanker Package Description edu.uci.ics.jung.algorithms.importance -
-
Uses of RelativeAuthorityRanker in edu.uci.ics.jung.algorithms.importance
Subclasses of RelativeAuthorityRanker in edu.uci.ics.jung.algorithms.importance Modifier and Type Class Description class
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.
-