Uses of Class
edu.uci.ics.jung.algorithms.importance.Ranking
-
Packages that use Ranking Package Description edu.uci.ics.jung.algorithms.importance -
-
Uses of Ranking in edu.uci.ics.jung.algorithms.importance
Fields in edu.uci.ics.jung.algorithms.importance with type parameters of type Ranking Modifier and Type Field Description private java.util.List<Ranking<?>>AbstractRanker. mRankingsMethods in edu.uci.ics.jung.algorithms.importance that return types with arguments of type Ranking Modifier and Type Method Description java.util.List<Ranking<?>>AbstractRanker. 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
-