Functions
communities
🔍 Discover topical communities in your content.
Uses the Louvain algorithm to find natural cluster…
communities
def communities(min_size: int, resolution: float, top_n: int, format: str, seed: int, config: str, source: str) -> None
🔍 Discover topical communities in your content.
Uses the Louvain algorithm to find natural clusters of related pages. Communities represent topic areas or content groups based on link structure.
Use community detection to:
- Discover hidden content structure
- Organize content into logical groups
- Identify topic clusters
- Guide taxonomy creation
Parameters 7
| Name | Type | Default | Description |
|---|---|---|---|
min_size |
int |
— | |
resolution |
float |
— | |
top_n |
int |
— | |
format |
str |
— | |
seed |
int |
— | |
config |
str |
— | |
source |
str |
— |