Documentation For Encog 2.x

WeightedSynapse Properties

The properties of the WeightedSynapse class are listed below. For a complete list of WeightedSynapse class members, see the WeightedSynapse 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 True, this is a teachable synapse type.
MatrixSize Get the size of the matrix, or zero if one is not defined.
Name (inherited from BasicSynapse) The EncogPersistedObject requires a name and description, however, these are not used on synapses.
SynapseType The type of synapse this is.
ToLayer (inherited from BasicSynapse) The "to layer".
ToNeuronCount (inherited from BasicSynapse) The neuron count from the "to layer".
WeightMatrix Get the weight and threshold matrix.

See Also

WeightedSynapse Class | Encog.Neural.Networks.Synapse Namespace