The properties of the ILayer interface are listed below. For a complete list of ILayer interface members, see the ILayer Members topic.
ActivationFunction | The activation function used for this layer. |
HasThreshold | True if this layer has threshold values. |
NeuronCount | Set or get the neuron count, this will NOT adjust the synapses, or thresholds other code must do that. |
Next | Get a list of all of the outbound synapse connections from this layer. |
NextLayers | The outbound layers from this layer. |
Threshold | This layer's threshold values, if present, otherwise this function returns null. |
X | The x-coordinate that this layer should be displayed at in a GUI. |
Y | The y-coordinate that this layer should be displayed at in a GUI. |