|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EigenvectorCentrality
Interface representing the algorithms for computing eigenvector centrality. NOTE: Currently only works on Doubles.
| Method Summary | |
|---|---|
void |
calculate()
Internal calculate method that will do the calculation. |
Double |
getCentrality(Node node)
This can be used to retrieve the result for every node. |
void |
reset()
This resets the calculation if we for some reason would like to redo it. |
| Method Detail |
|---|
Double getCentrality(Node node)
node - The node for which we would like the value.
void reset()
void calculate()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||