construct op• Data kinds: conn_graph → conn_graph
• Call: import fullseye as fs; fs.ledger.graph_degree_preserving_shuffle(W: 'Any', n_swaps: 'int | None' = None, seed: 'int' = 0) -> 'np.ndarray' (to call the implementation directly, import conngraph; conngraph.graph_degree_preserving_shuffle(W: 'Any', n_swaps: 'int | None' = None, seed: 'int' = 0) -> 'np.ndarray'; from the registry, opsconngraph.get("graph_degree_preserving_shuffle"))
> This operator's description has not been translated yet. The original text follows as it is.
次数保存シャッフル(帰無モデル): 各ノードの入次数・出次数と重みの多重集合を保って辺を繋ぎ替える。
有向 double-edge swap(Maslov & Sneppen 2002): 辺 (a→b, w1) と (c→d, w2) を
(a→d, w1) と (c→b, w2) に替える。自己結合と重複辺を作る組は捨てる。
`n_swaps` の既定は 10 × 辺数。二値構造の次数を保つ(重みは辺に付いて
移動するので strength は変わりうる)。対角(自己結合)は動かさずそのまま残す。
辺が 2 本未満なら複製を返す。
• Sample-data catalog (download URLs / licences) — 2-D uses skimage.data (BSD/public domain) plus synthetic images; 3-D lists download URLs for real data sources (Stanford, PDS, …).
• Operator provenance and references — the sources of the research/methods this op family came from.
• The canonical algorithm (author, year) and its uses are named in the family usage guide above.
• poc_larval_connectome_reservoir — py -3.11 examples/poc_larval_connectome_reservoir.py
• poc_malecns_activity_wave — py -3.11 examples/poc_malecns_activity_wave.py
• poc_microns_brain_wave — py -3.11 examples/poc_microns_brain_wave.py
conn_graph as input)graph_binarize · graph_degree_table · graph_clustering_coefficient · graph_betweenness · graph_laplacian_spectrum · graph_spectral_radius · graph_components · graph_modularity
construct)graph_from_synapses · graph_binarize
*Provenance: conngraph.py — CONNGRAPH operator registry. This per-op note is generated by tools/opdocs.py md (do not hand-edit).*
© 2026 Kazufumi Furuse — Fullseye operator documentation. Licensed under Apache-2.0.