SpikeStream Nemo Plugin  0.2
spikestream::StepSTDPFunction Class Reference

#include <StepSTDPFunction.h>

Inheritance diagram for spikestream::StepSTDPFunction:
spikestream::AbstractSTDPFunction

List of all members.

Public Member Functions

 StepSTDPFunction ()
 ~StepSTDPFunction ()
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 StepSTDPFunction.h.


Constructor & Destructor Documentation

Constructor

Definition at line 16 of file StepSTDPFunction.cpp.

Destructor

Definition at line 50 of file StepSTDPFunction.cpp.


Member Function Documentation

Returns the maximum excitatory weight for the specified function.

Implements spikestream::AbstractSTDPFunction.

Definition at line 96 of file StepSTDPFunction.cpp.

Returns the maximum weight for the specified function.

Implements spikestream::AbstractSTDPFunction.

Definition at line 108 of file StepSTDPFunction.cpp.

Returns the minimum excitatory weight for the specified function.

Implements spikestream::AbstractSTDPFunction.

Definition at line 90 of file StepSTDPFunction.cpp.

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.

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.


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