26 #ifndef WEIGHTSTATSMONITOR_H_ 27 #define WEIGHTSTATSMONITOR_H_
Abstract base class for all Monitor objects.
Definition: Monitor.h:47
NeuronID z_ind
Definition: WeightStatsMonitor.h:47
AurynTime ssize
Definition: WeightStatsMonitor.h:46
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
virtual ~WeightStatsMonitor()
Definition: WeightStatsMonitor.cpp:35
void init()
Standard initializer to be called by the constructor.
Definition: Device.cpp:32
Definition: ABSConnection.h:38
WeightStatsMonitor(Connection *source, string filename, AurynDouble binsize=1.0, NeuronID z=0)
Definition: WeightStatsMonitor.cpp:30
void execute()
Definition: WeightStatsMonitor.cpp:54
Records mean and standard deviation of a weight matrix in predefined intervals.
Definition: WeightStatsMonitor.h:42
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
unsigned int NeuronID
NeuronID is an unsigned integeger type used to index neurons in Auryn.
Definition: auryn_definitions.h:151
Connection * src
Definition: WeightStatsMonitor.h:45