Skip to main content

Module graph_features

Module graph_features 

Source
Expand description

Multi-layer graph descriptors inspired by GNN message passing: PageRank (global importance), local clustering, HITS hubs/authorities, and weakly-connected community ids.

Structs§

GraphFeatures
Aggregated graph-derived features per file node.

Functions§

compute_graph_features
Computes per-file graph features using the same file-level projection as PageRank.