between
Calculate betweenness centrality to identify critical nodes in system architecture by analyzing shortest path flow through a specified node.
Instructions
Betweenness centrality for a node — what fraction of all shortest paths flow through it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | EN source code describing the system | |
| node | Yes | Node to compute betweenness centrality for |