Expand description
PageRank-based importance scoring for memory entries.
Models memory entries as nodes in a graph where edges represent co-access (entries accessed in the same session are linked). PageRank iteration propagates importance through the graph.
Structs§
- Memory
Graph - A memory link graph for computing PageRank-style importance.