|
|
| SparseWeightDelayMatrix (int Npre, int Npost, int initSize=0) |
| |
|
int | add (int preId, int postId, float weight, float maxWeight, uint8_t delay, int opts=0) |
| |
|
void | resize (int inc) |
| |
|
|
unsigned int | count |
| |
|
unsigned int * | delay_opts |
| | first 8 bits are delay, higher are for Fixed/Plastic and any other future options
|
| |
|
unsigned int | maxPostId |
| |
|
unsigned int | maxPreId |
| |
|
float * | maxWeights |
| |
|
unsigned int * | postIds |
| |
|
unsigned int * | preIds |
| |
|
unsigned int | size |
| |
|
float * | weights |
| |
Definition at line 554 of file snn.h.
The documentation for this class was generated from the following file: