Expand description
Short cycle detection kernels.
This module provides cycle participation analysis:
- 2-cycle (reciprocal edge) detection
- 3-cycle (triangle) detection - KEY AML INDICATOR
- 4-cycle (square) detection - CRITICAL AML INDICATOR
Structs§
- Cycle
Participation Result - Cycle participation result for a node.
- Short
Cycle Participation - Short cycle participation kernel.
Enums§
- Cycle
Risk Level - Risk level based on cycle participation.