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
Methods 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
-