summaryrefslogtreecommitdiff
path: root/results/figures/edge_density_polblogs.pdf
AgeCommit message (Collapse)Author
22 hoursAdd edge connectivity analysis, use official network_evaluation scriptsHEADmasterYuren Hao
- Switch accuracy computation to official network_evaluation scripts (clustering_accuracy with graph-tool NMI/AMI and sklearn ARI) - Add minimum edge cut / log10(n) and well-connectedness stats - Add edge connectivity boxplots and well-connected fraction bar chart - Add "What I Learned and Open Questions" section to discussion - Fix author name and minor LaTeX issues
22 hoursEC-SBM community detection analysis: full pipeline and writeupYurenHao0426
Implement community detection on 3 EC-SBM networks (polblogs, topology, internet_as) using 5 methods (Leiden-Mod, Leiden-CPM at 0.1 and 0.01, Infomap, graph-tool SBM). Compute AMI/ARI/NMI accuracy, cluster statistics, and generate figures and LaTeX report.