Add connected components, betweenness centrality, Louvain community detection, modularity scoring, degree distribution, and cohesion/coupling computation. Wraps DependencyGraph via networkx (optional dependency) for downstream collection-level coherence metrics. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
7 lines
173 B
Python
7 lines
173 B
Python
"""
|
|
markitect.analysis — Analytical utilities for MarkiTect.
|
|
|
|
Provides graph analysis, similarity computation, and other
|
|
quantitative tools used by infospace tooling.
|
|
"""
|