Data structure representing a neuron that is within range of a channel pad self.data : unique id of the neuron self.weight : how much weight this neuron has in calculating average activity for its channel. More...
Public Member Functions | |
| def | __init__ |
| def | __str__ |
Public Attributes | |
| data | |
| weight | |
Data structure representing a neuron that is within range of a channel pad self.data : unique id of the neuron self.weight : how much weight this neuron has in calculating average activity for its channel.
Definition at line 276 of file brian_recv.py.
| def brian_recv.CloseNeuron.__init__ | ( | self, | |
| data, | |||
| dist | |||
| ) |
Definition at line 277 of file brian_recv.py.
| def brian_recv.CloseNeuron.__str__ | ( | self | ) |
Definition at line 281 of file brian_recv.py.
Definition at line 277 of file brian_recv.py.
Definition at line 277 of file brian_recv.py.