Skip to main content

Module entity_groups

Module entity_groups 

Source
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§

EntityGroup
A detected entity group.
GroupDetectionConfig
Configuration for group detection.
GroupDetectionResult
Results of group detection.

Enums§

GroupDetectionAlgorithm
Group detection algorithm.
GroupType
Type of entity group.

Functions§

detect_entity_groups
Detects entity groups in a graph.