Expand description
Entity group detection for collective fraud analysis.
This module provides group detection algorithms:
- Connected components
- Dense subgraph detection
- Clique detection
- Community detection (Louvain-style)
Structs§
- Entity
Group - A detected entity group.
- Group
Detection Config - Configuration for group detection.
- Group
Detection Result - Results of group detection.
Enums§
- Group
Detection Algorithm - Group detection algorithm.
- Group
Type - Type of entity group.
Functions§
- detect_
entity_ groups - Detects entity groups in a graph.