SpikeStream Nemo Plugin  0.2
spikestream::StandardSTDPFunction Class Reference

#include <StandardSTDPFunction.h>

Inheritance diagram for spikestream::StandardSTDPFunction:
spikestream::AbstractSTDPFunction

List of all members.

Public Member Functions

 StandardSTDPFunction ()
 ~StandardSTDPFunction ()
float * getPreArray ()
int getPreLength ()
float * getPostArray ()
int getPostLength ()
float getMinExcitatoryWeight ()
float getMaxExcitatoryWeight ()
float getMinInhibitoryWeight ()
float getMaxInhibitoryWeight ()
void print ()

Detailed Description

Definition at line 9 of file StandardSTDPFunction.h.


Constructor & Destructor Documentation

Constructor

Definition at line 16 of file StandardSTDPFunction.cpp.

Destructor

Definition at line 53 of file StandardSTDPFunction.cpp.


Member Function Documentation

Returns the maximum excitatory weight for the specified function.

Implements spikestream::AbstractSTDPFunction.

Definition at line 99 of file StandardSTDPFunction.cpp.

Returns the maximum weight for the specified function.

Implements spikestream::AbstractSTDPFunction.

Definition at line 111 of file StandardSTDPFunction.cpp.

Returns the minimum excitatory weight for the specified function.

Implements spikestream::AbstractSTDPFunction.

Definition at line 93 of file StandardSTDPFunction.cpp.

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.

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.

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.


The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Typedefs Defines