26 #ifndef WEIGHTSUMMONITOR_H_ 27 #define WEIGHTSUMMONITOR_H_
Abstract base class for all Monitor objects.
Definition: Monitor.h:47
void execute()
Definition: WeightSumMonitor.cpp:52
AurynTime ssize
Definition: WeightSumMonitor.h:46
NeuronID data_size_limit
Definition: WeightSumMonitor.h:47
The abstract base class for all Connection objects in Auryn.
Definition: Connection.h:53
double AurynDouble
Higher precision floating point datatype.
Definition: auryn_definitions.h:158
Connection * src
Definition: WeightSumMonitor.h:45
void init()
Standard initializer to be called by the constructor.
Definition: Device.cpp:32
Definition: ABSConnection.h:38
virtual ~WeightSumMonitor()
Definition: WeightSumMonitor.cpp:35
NeuronID AurynTime
Defines Auryns discrete time unit of the System clock. Change to AurynLong if 120h of simtime are not...
Definition: auryn_definitions.h:155
Records sum of all weights in synaptic weight matrix in predefined intervals.
Definition: WeightSumMonitor.h:42
WeightSumMonitor(Connection *source, string filename, AurynDouble binsize=1.0)
Definition: WeightSumMonitor.cpp:30
unsigned int NeuronID
NeuronID is an unsigned integeger type used to index neurons in Auryn.
Definition: auryn_definitions.h:151