Documentation For Encog 2.x

ISynapse Properties

The properties of the ISynapse interface are listed below. For a complete list of ISynapse interface members, see the ISynapse Members topic.

Public Instance Properties

FromLayer The from layer.
FromNeuronCount The neuron count from the "from layer".
IsSelfConnected True if this is a self-connected synapse. That is, the from and to layers are the same.
IsTeachable True if the weights for this synapse can be modified.
MatrixSize Get the size of the matrix, or zero if one is not defined.
SynapseType The type of synapse that this is.
ToLayer The "to layer".
ToNeuronCount The neuron count from the "to layer".
WeightMatrix Get the weight matrix.

See Also

ISynapse Interface | Encog.Neural.Networks.Synapse Namespace