Compute leadership index from a social graph.

Parameters:

Parameters:
The Leadership action button calculates the leadership influence of nodes within and across communities in a network graph. It ranks nodes based on their significance in facilitating communication between communities.
This action is used to identify the most influential nodes ("leaders") based on their positions in the network and their connection strengths. It considers community structure and allows for multiple normalization strategies.
Input 1: Connections
A: Source Node IDB: Target Node IDWeight: Strength of the connection between A and BInput 2: Communities
A: Node IDCommunity: Community ID to which the node belongsNormalization Strategy (choose only one):
Simple normalization - highest leadership ranking ✅ (enabled in this example)Stopping Criteria:
Max number of iterations: 10,000,000Threshold for change: 0Treat disconnected components separately: Enabled| A | B | Weight |
|---|---|---|
| 1 | 2 | 1 |
| 2 | 3 | 1 |
| 3 | 4 | 1 |
| 4 | 5 | 1 |
| 5 | 6 | 1 |
| 6 | 7 | 1 |
| 7 | 8 | 1 |
| 8 | 1 | 1 |
| A | Community |
|---|---|
| 1 | 1 |
| 2 | 1 |
| 3 | 2 |
| 4 | 1 |
| 5 | 1 |
| 6 | 2 |
| 7 | 1 |
| 8 | 1 |
The result includes a new column, Leadership_(X), representing the computed leadership score for each node:

Nodes with higher values are more central or better positioned to influence other communities.
ERROR: nothing to compute