SpikeStream Nemo Plugin
0.2
|
#include <StepSTDPFunction.h>
Public Member Functions | |
StepSTDPFunction () | |
~StepSTDPFunction () | |
float * | getPreArray () |
int | getPreLength () |
float * | getPostArray () |
int | getPostLength () |
float | getMinExcitatoryWeight () |
float | getMaxExcitatoryWeight () |
float | getMinInhibitoryWeight () |
float | getMaxInhibitoryWeight () |
void | print () |
Definition at line 9 of file StepSTDPFunction.h.
Constructor
Definition at line 16 of file StepSTDPFunction.cpp.
Destructor
Definition at line 50 of file StepSTDPFunction.cpp.
float StepSTDPFunction::getMaxExcitatoryWeight | ( | ) | [virtual] |
Returns the maximum excitatory weight for the specified function.
Implements spikestream::AbstractSTDPFunction.
Definition at line 96 of file StepSTDPFunction.cpp.
float StepSTDPFunction::getMaxInhibitoryWeight | ( | ) | [virtual] |
Returns the maximum weight for the specified function.
Implements spikestream::AbstractSTDPFunction.
Definition at line 108 of file StepSTDPFunction.cpp.
float StepSTDPFunction::getMinExcitatoryWeight | ( | ) | [virtual] |
Returns the minimum excitatory weight for the specified function.
Implements spikestream::AbstractSTDPFunction.
Definition at line 90 of file StepSTDPFunction.cpp.
float StepSTDPFunction::getMinInhibitoryWeight | ( | ) | [virtual] |
Returns the minimum weight for the specified function.
Implements spikestream::AbstractSTDPFunction.
Definition at line 102 of file StepSTDPFunction.cpp.
float * StepSTDPFunction::getPostArray | ( | ) | [virtual] |
Returns the post array for the specified function. Builds the function arrays if this has not been done already.
Implements spikestream::AbstractSTDPFunction.
Definition at line 76 of file StepSTDPFunction.cpp.
int StepSTDPFunction::getPostLength | ( | ) | [virtual] |
Returns the length of the post array for the specified function.
Implements spikestream::AbstractSTDPFunction.
Definition at line 83 of file StepSTDPFunction.cpp.
float * StepSTDPFunction::getPreArray | ( | ) | [virtual] |
Returns the pre array for the specified function. Builds the function arrays if this has not been done already.
Implements spikestream::AbstractSTDPFunction.
Definition at line 61 of file StepSTDPFunction.cpp.
int StepSTDPFunction::getPreLength | ( | ) | [virtual] |
Returns the length of the pre array for the specified function.
Implements spikestream::AbstractSTDPFunction.
Definition at line 68 of file StepSTDPFunction.cpp.
void StepSTDPFunction::print | ( | ) | [virtual] |
Prints out the function
Implements spikestream::AbstractSTDPFunction.
Definition at line 114 of file StepSTDPFunction.cpp.