Expand description
Graph motif detection kernels.
This module provides algorithms for detecting graph motifs:
- Triangle counting (local and global)
- Motif detection (k-node subgraph census)
Structs§
- KClique
Detection - K-clique detection kernel.
- Motif
Detection - Motif detection kernel.
- Motif
Result - Result of motif detection.
- Triangle
Count Result - Result of triangle counting.
- Triangle
Counting - Triangle counting kernel.
Enums§
- Triad
Type - Types of 3-node motifs (triads).