The properties of the BasicLayer class are listed below. For a complete list of BasicLayer class members, see the BasicLayer Members topic.
ActivationFunction | The activation function for this layer. |
Description | The description. |
HasThreshold | True if threshold values are present. |
Name | The name of this object. |
NeuronCount | Get or set the neuron count for this layer. This just sets it, it does not make any adjustments to the class. To automatically change the neuron count refer to the pruning classes. |
Next | @return The outbound synapse connections. |
NextLayers | @return The list of layers that the outbound synapses connect to. |
Threshold | Set or gets the threshold array. This does not modify any of the other values in the network, it just sets the threshold array. If you want to change the structure of the neural network you should use the pruning classes. |
X | The x-coordinate. Used when the layer is displayed in a GUI. |
Y | The y-coordinate. Used when the layer is displayed in a GUI. |