Module motifs

Module motifs 

Source
Expand description

Graph motif finding algorithms

This module contains algorithms for finding small recurring subgraph patterns (motifs).

Enums§

MotifType
Finds all occurrences of a specific motif pattern in a graph

Functions§

count_motif_frequencies
Advanced motif counting with frequency analysis Returns a map of motif patterns to their occurrence counts
find_motifs
Find all occurrences of a specified motif in the graph
sample_motif_frequencies
Efficient motif detection using sampling for large graphs Returns estimated motif counts based on random sampling