stats opconn_graph → tableimport fullseye as fs; fs.ledger.graph_degree_table(W: 'Any') -> 'dict[str, np.ndarray]' (実装を直接呼ぶなら import conngraph; conngraph.graph_degree_table(W: 'Any') -> 'dict[str, np.ndarray]'、台帳から引くなら opsconngraph.get("graph_degree_table"))ノードごとの in_degree / out_degree(二値)と in_strength / out_strength(重み和)の表。
度数は W != 0 の本数(対角は除く)、strength は重みの和(対角は除く)。
返りは列名 → 長さ n の配列の dict(この repo の table)。
py -3.11 examples/poc_larval_connectome_reservoir.pypy -3.11 examples/poc_theorems_as_pictures.pytable を入力に取れる)—
stats)graph_clustering_coefficient · graph_betweenness · graph_laplacian_spectrum · graph_spectral_radius · graph_components · graph_modularity · graph_rich_club · 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.