Skip to main content

Module network_structure

Module network_structure 

Source
Expand description

Network structure evaluator.

Validates that multi-party criminal networks have realistic topology:

  • Power-law degree distribution (max >> average)
  • Hubs + long tail (not uniform)
  • Role distribution reflects network type

Structsยง

NetworkNodeObservation
Per-node observation from a generated network.
NetworkStructureAnalysis
NetworkStructureAnalyzer
NetworkStructureThresholds