activity opmatrix → labelsimport fullseye as fs; fs.ledger.graph_activation_latency(X: 'Any', thresh: 'float' = 0.1) -> 'np.ndarray' (実装を直接呼ぶなら import conngraph; conngraph.graph_activation_latency(X: 'Any', thresh: 'float' = 0.1) -> 'np.ndarray'、台帳から引くなら opsconngraph.get("graph_activation_latency"))各ノードが初めて「点いた」ステップ(0 始まり)の列 (n,)、整数。点かなかったノードは −1。
X は reservoir_states の (T, n)。「点いた」= |x| ≥ 全体の最大値 × thresh(thresh は
(0, 1])。尺度はノードごとでなく 1 つ —— ノードごとに伸ばすと、ほとんど動かないノードの
丸め屑も「点いた」になる。全零の X はすべて −1。
py -3.11 examples/poc_malecns_activity_wave.pylabels を入力に取れる)graph_modularity · graph_activity_spread · graph_block_shuffle · graph_layer_propagate · states_layer_dimension
activity)graph_activity_spread · points_activity_video
Provenance: conngraph.py — CONNGRAPH operator registry. この per-op ノートは tools/opdocs.py md が自動生成(手編集しない)。
© 2026 Kazufumi Furuse — Fullseye operator documentation. Licensed under Apache-2.0.