struct T_RECURRENT

Structure to aid in the manipulation of recurrent connections.

[more]LOCATOR L
General information about this object
[more]char* colNameA
Name of the column of the first cell group
[more]char* layNameA
Name of the layer of the first cell group
[more]char* cellNameA
Name of the cells of the first cell group
[more]char* cmpNameA
Name of the compartment used by the first cell group
[more]char* colNameB
Name of the column of the second cell group
[more]char* layNameB
Name of the layer of the second cell group
[more]char* cellNameB
Name of the cells of the second cell group
[more]char* cmpNameB
Name of the compartment used by the second cell group
[more]char* synName
Name of the synapse that the two connections must both be using to qualify
[more]double PrecurrenceAtoB
Probability that a given connection from group A to B is recurrent
[more]double PrecurrenceBtoA
Probability that a given connection from group B to A is recurrent


Documentation

Structure to aid in the manipulation of recurrent connections. When two cell groups have connections made back and forth, a certain percentage of connections are expected to be common. For example, group A is connected to group B, if cell A1 connects to cell B8, then cell B8 should connect to A1 with some probability, and vice-versa.
oLOCATOR L
General information about this object

ochar* colNameA
Name of the column of the first cell group

ochar* layNameA
Name of the layer of the first cell group

ochar* cellNameA
Name of the cells of the first cell group

ochar* cmpNameA
Name of the compartment used by the first cell group

ochar* colNameB
Name of the column of the second cell group

ochar* layNameB
Name of the layer of the second cell group

ochar* cellNameB
Name of the cells of the second cell group

ochar* cmpNameB
Name of the compartment used by the second cell group

ochar* synName
Name of the synapse that the two connections must both be using to qualify

odouble PrecurrenceAtoB
Probability that a given connection from group A to B is recurrent

odouble PrecurrenceBtoA
Probability that a given connection from group B to A is recurrent

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.