This repository was archived by the owner on Jun 18, 2026. It is now read-only.
Commit d601b67
committed
Add Graph Link Predictor - autonomous link prediction with 4 algorithms
New interactive tool (docs/link-predictor.html) that predicts missing/future
edges using Common Neighbors, Jaccard Coefficient, Adamic-Adar Index, and
Preferential Attachment algorithms.
Features:
- 8 preset graphs (Social, Citation, Protein, Airline, etc.)
- Custom graph input via adjacency list text
- Force-directed canvas visualization with pan/zoom/drag
- Predicted edges shown as dashed lines with score-based intensity
- Top-K slider to control prediction count (5-50)
- Auto-Analyze mode: runs all 4 algorithms, ranks by consensus
- Proactive insights: most likely link, hub growth, cluster bridges
- Sortable results table with JSON/CSV export
- Hover tooltips on predicted edges showing per-algorithm scores
Usage: Open docs/link-predictor.html, select a preset or enter custom
edges, click 'Auto-Analyze' for full autonomous analysis.1 parent 7379a0d commit d601b67
2 files changed
Lines changed: 589 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
| |||
0 commit comments