analyze_graph
Analyze graph data to compute PageRank, detect communities, find shortest paths, and identify bottlenecks using graph analytics algorithms.
Instructions
Graph analytics: PageRank, Louvain communities, shortest path, bottleneck detection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodes | Yes | [{id, type?, label?, ...}] | |
| edges | Yes | [{source, target, type?, weight?}] |