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§
- Graph
Features - Aggregated graph-derived features per file node.
Functions§
- compute_
graph_ features - Computes per-file graph features using the same file-level projection as PageRank.