Uses of Class
edu.uci.ics.jung.algorithms.importance.Ranking
Packages that use Ranking
-
Uses of Ranking in edu.uci.ics.jung.algorithms.importance
Fields in edu.uci.ics.jung.algorithms.importance with type parameters of type RankingMethods in edu.uci.ics.jung.algorithms.importance that return types with arguments of type RankingModifier and TypeMethodDescriptionAbstractRanker.getRankings()
Retrieves the list of ranking instances in descending sorted order by rank score If the algorithm is ranking edges, the instances will be of typeEdgeRanking
, otherwise if the algorithm is ranking nodes the instances will be of typeNodeRanking