SpikeStream Nemo Plugin
0.2
|
#include <StandardSTDPFunction.h>
Public Member Functions | |
StandardSTDPFunction () | |
~StandardSTDPFunction () | |
float * | getPreArray () |
int | getPreLength () |
float * | getPostArray () |
int | getPostLength () |
float | getMinExcitatoryWeight () |
float | getMaxExcitatoryWeight () |
float | getMinInhibitoryWeight () |
float | getMaxInhibitoryWeight () |
void | print () |
Definition at line 9 of file StandardSTDPFunction.h.
Constructor
Definition at line 16 of file StandardSTDPFunction.cpp.
Destructor
Definition at line 53 of file StandardSTDPFunction.cpp.
float StandardSTDPFunction::getMaxExcitatoryWeight | ( | ) | [virtual] |
Returns the maximum excitatory weight for the specified function.
Implements spikestream::AbstractSTDPFunction.
Definition at line 99 of file StandardSTDPFunction.cpp.
float StandardSTDPFunction::getMaxInhibitoryWeight | ( | ) | [virtual] |
Returns the maximum weight for the specified function.
Implements spikestream::AbstractSTDPFunction.
Definition at line 111 of file StandardSTDPFunction.cpp.
float StandardSTDPFunction::getMinExcitatoryWeight | ( | ) | [virtual] |
Returns the minimum excitatory weight for the specified function.
Implements spikestream::AbstractSTDPFunction.
Definition at line 93 of file StandardSTDPFunction.cpp.
float StandardSTDPFunction::getMinInhibitoryWeight | ( | ) | [virtual] |
Returns the minimum weight for the specified function.
Implements spikestream::AbstractSTDPFunction.
Definition at line 105 of file StandardSTDPFunction.cpp.
float * StandardSTDPFunction::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 79 of file StandardSTDPFunction.cpp.
int StandardSTDPFunction::getPostLength | ( | ) | [virtual] |
Returns the length of the post array for the specified function.
Implements spikestream::AbstractSTDPFunction.
Definition at line 86 of file StandardSTDPFunction.cpp.
float * StandardSTDPFunction::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 64 of file StandardSTDPFunction.cpp.
int StandardSTDPFunction::getPreLength | ( | ) | [virtual] |
Returns the length of the pre array for the specified function.
Implements spikestream::AbstractSTDPFunction.
Definition at line 71 of file StandardSTDPFunction.cpp.
void StandardSTDPFunction::print | ( | ) | [virtual] |
Prints out the function
Implements spikestream::AbstractSTDPFunction.
Definition at line 117 of file StandardSTDPFunction.cpp.