In the graph in the following figure, the nodes represent college sophomores and the edges represent the number of elective subjects that both sophomores have taken.
EigenvectorCentrality Example Input Graph
The graph in the preceding figure is represented by the vertices and edges tables sophomores and common_classes, respectively.
id | name |
---|---|
A | Allen |
B | Becky |
C | Cathy |
D | Darren |
startid | endid | electives |
---|---|---|
A | B | 1 |
A | C | 1 |
B | C | 1 |
C | D | 1 |
D | A | 1 |