( CONNECT* CD, char* MapAtoB,
char* MapBtoA, int nMade,
double* distanceMapAtoB,
double* distanceMapBtoA,
int direction )
For recurrent connections: coordinate two connections maps to adjust the number of recurrent connections.
Documentation
For recurrent connections: coordinate two connections maps to adjust the number of recurrent connections.
The MapBtoA will have new connections created and existing connections removed until the percentage of
recurrent connections meets the value set in CD. This function will be called twice, with the Map parameters
swapped on the second calling.
- Parameters:
- CD - Connection Description contains information regarding source and destination
MapAtoB - Connections map for synapses going one-way
MapBtoA - Connections map for synapses going the reverse direction
nMade - The number of synapses made in MapAtoB (a percentage of these will be made recurrent)
distanceMapAtoB - Distances of synapses going one-way (modified by synapse speed)
distanceMapAtoB - Distances of synapses going the reverse direction (modified by synapse speed)
direction - Should be zero on first call, one on second call - determines which recurrence percentage to use in CD
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.