Graphitti
A toolkit/software architecture to ease creating high-performance neural network simulators
|
Public Member Functions | |
HostSInputPoisson (TiXmlElement *parms) | |
virtual void | init () |
virtual void | term () |
virtual void | inputStimulus () |
![]() | |
SInputPoisson (TiXmlElement *parms) | |
The constructor for SInputPoisson. | |
![]() |
Additional Inherited Members | |
![]() | |
bool | fSInput |
True if stimuls input is on. | |
BGFLOAT | weight |
synapse weight | |
BGFLOAT | lambda |
inverse firing rate | |
vector< int > | nISIs |
interval counter | |
unique_ptr< AllEdges > | edges_ |
List of synapses. | |
unique_ptr< bool[]> | masks |
Masks for stimulus input. | |
Definition at line 18 of file HostSInputPoisson.h.
HostSInputPoisson::HostSInputPoisson | ( | TiXmlElement * | parms | ) |
The constructor for HostSInputPoisson.
[in] | psi | Pointer to the simulation information |
[in] | parms | TiXmlElement to examine. |
Definition at line 17 of file HostSInputPoisson.cpp.
|
virtual |
Initialize data.
[in] | psi | Pointer to the simulation information. |
Reimplemented from SInputPoisson.
Definition at line 24 of file HostSInputPoisson.cpp.
|
virtual |
Process input stimulus for each time step. Apply inputs on summationPoint.
[in] | psi | Pointer to the simulation information. |
Implements ISInput.
Definition at line 44 of file HostSInputPoisson.cpp.
|
virtual |
Terminate process.
[in] | psi | Pointer to the simulation information. |
Reimplemented from SInputPoisson.
Definition at line 35 of file HostSInputPoisson.cpp.