The properties of the OneToOneSynapse class are listed below. For a complete list of OneToOneSynapse class members, see the OneToOneSynapse Members topic.
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. |
OneToOneSynapse Class | Encog.Neural.Networks.Synapse Namespace