analyze_graph_pagerank
Identify the most important entities in the knowledge graph by calculating PageRank scores based on their connections and influence.
Instructions
Calculate PageRank scores for entities in the knowledge graph. PageRank identifies the most 'important' or 'central' entities based on their connections. Higher scores indicate entities that are more connected and influential in the knowledge network.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_types | No | Filter graph to specific entity types (optional) | |
| min_occurrences | No | Minimum entity occurrences (default: 2) | |
| top_n | No | Number of top entities to return (default: 20) | |
| alpha | No | Damping parameter for PageRank (default: 0.85) |