Documentation For Encog 2.x

DirectSynapse Properties

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

Public Instance Properties

Description (inherited from BasicSynapse) The EncogPersistedObject requires a name and description, however, these are not used on synapses.
FromLayer (inherited from BasicSynapse) The from layer.
FromNeuronCount (inherited from BasicSynapse) The neuron count from the "from layer".
IsSelfConnected (inherited from BasicSynapse) True if this is a self-connected synapse. That is, the from and to layers are the same.
IsTeachable False, because this type of synapse is not teachable.
MatrixSize 0, this synapse type has no matrix.
Name (inherited from BasicSynapse) The EncogPersistedObject requires a name and description, however, these are not used on synapses.
SynapseType The type of synapse that this is.
ToLayer (inherited from BasicSynapse) The "to layer".
ToNeuronCount (inherited from BasicSynapse) The neuron count from the "to layer".
WeightMatrix null, this synapse type has no matrix.

See Also

DirectSynapse Class | Encog.Neural.Networks.Synapse Namespace