The properties of the BasicSynapse class are listed below. For a complete list of BasicSynapse class members, see the BasicSynapse Members topic.
Description | The EncogPersistedObject requires a name and description, however, these are not used on synapses. |
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. |
Name | The EncogPersistedObject requires a name and description, however, these are not used on synapses. |
SynapseType | What type of synapse is this? |
ToLayer | The "to layer". |
ToNeuronCount | The neuron count from the "to layer". |
WeightMatrix | Get the weight matrix. |
BasicSynapse Class | Encog.Neural.Networks.Synapse Namespace