Module cycles

Module cycles 

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

CycleParticipationResult
Cycle participation result for a node.
ShortCycleParticipation
Short cycle participation kernel.

Enums§

CycleRiskLevel
Risk level based on cycle participation.