Module motif

Module motif 

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

KCliqueDetection
K-clique detection kernel.
MotifDetection
Motif detection kernel.
MotifResult
Result of motif detection.
TriangleCountResult
Result of triangle counting.
TriangleCounting
Triangle counting kernel.

Enums§

TriadType
Types of 3-node motifs (triads).