stats opconn_graph → measurementimport fullseye as fs; fs.ledger.graph_rich_club(W: 'Any', k: 'int') -> 'float' (実装を直接呼ぶなら import conngraph; conngraph.graph_rich_club(W: 'Any', k: 'int') -> 'float'、台帳から引くなら opsconngraph.get("graph_rich_club"))rich club 係数 φ(k): 総次数 (in+out、二値) > k のノードが張る部分グラフの有向密度。
φ = 辺数 / (r (r − 1))、r = 該当ノード数。r < 2 なら 0(NaN を返さない)。
measurement を入力に取れる)—
stats)graph_degree_table · graph_clustering_coefficient · graph_betweenness · graph_laplacian_spectrum · graph_spectral_radius · graph_components · graph_modularity · graph_motif_count
Provenance: conngraph.py — CONNGRAPH operator registry. この per-op ノートは tools/opdocs.py md が自動生成(手編集しない)。
© 2026 Kazufumi Furuse — Fullseye operator documentation. Licensed under Apache-2.0.