activity op• Datenarten: matrix → labels
• Aufruf: import fullseye as fs; fs.ledger.graph_activation_latency(X: 'Any', thresh: 'float' = 0.1) -> 'np.ndarray' (die Implementierung direkt: import conngraph; conngraph.graph_activation_latency(X: 'Any', thresh: 'float' = 0.1) -> 'np.ndarray'; aus dem Register: opsconngraph.get("graph_activation_latency"))
> Für diesen Operator gibt es noch keine Übersetzung. Es folgt der Originaltext unverändert.
各ノードが初めて「点いた」ステップ(0 始まり)の列 (n,)、整数。点かなかったノードは −1。
`X` は reservoir_states の (T, n)。「点いた」= |x| ≥ 全体の最大値 × thresh(thresh は
(0, 1])。尺度はノードごとでなく 1 つ —— ノードごとに伸ばすと、ほとんど動かないノードの
丸め屑も「点いた」になる。全零の X はすべて −1。
• Leitfaden zur Familie conngraph
• Katalog der Beispieldaten (Download-URLs / Lizenzen) — 2-D nutzt skimage.data (BSD/Public Domain) plus synthetische Bilder, 3-D nennt Download-URLs echter Datenquellen (Stanford, PDS, …).
• Herkunft und Literatur der Operatoren — die Quellen der Forschung/Verfahren, auf denen diese Operatorfamilie beruht.
• Der kanonische Algorithmus (Autor, Jahr) und seine Anwendungen stehen im Familienleitfaden oben.
• poc_malecns_activity_wave — py -3.11 examples/poc_malecns_activity_wave.py
labels als Eingabe)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. Diese Notiz wird von tools/opdocs.py md erzeugt (nicht von Hand bearbeiten).*
© 2026 Kazufumi Furuse — Fullseye operator documentation. Licensed under Apache-2.0.