| Package | Description |
|---|---|
| edu.uci.ics.jung.algorithms.importance |
| Modifier and Type | Method and Description |
|---|---|
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 type
EdgeRanking, otherwise
if the algorithm is ranking nodes the instances will be of type NodeRanking |
Copyright © 2015. All rights reserved.