MCPcopy Index your code
hub / github.com/BindsNET/bindsnet / update

Function update

bindsnet/analysis/visualization.py:33–35  ·  view source on GitHub ↗
(j)

Source from the content-addressed store, hash-verified

31
32 # Update function for the animation.
33 def update(j):
34 im.set_data(weights[j, :, :])
35 return [im]
36
37 # Initialize animation.
38 global ani

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected