|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectedu.uci.ics.jung.algorithms.importance.Ranking
edu.uci.ics.jung.algorithms.importance.NodeRanking
A data container for a node ranking.
| Field Summary | |
Vertex |
vertex
The vertex being ranked |
| Fields inherited from class edu.uci.ics.jung.algorithms.importance.Ranking |
originalPos, rankScore |
| Constructor Summary | |
NodeRanking(int originalPos,
double rankScore,
Vertex vertex)
Allows the values to be set on construction. |
|
| Methods inherited from class edu.uci.ics.jung.algorithms.importance.Ranking |
compareTo, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public Vertex vertex
| Constructor Detail |
public NodeRanking(int originalPos,
double rankScore,
Vertex vertex)
originalPos - The original (0-indexed) position of the instance being rankedrankScore - The actual rank score (normally between 0 and 1)vertex - The vertex being ranked
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||