Spiking Neuron Network Simulator  1.0
Simulation and training of spiking neuron networks, primarily theta neurons
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
NeuronDerivativeParameters.cs
Go to the documentation of this file.
1 namespace SpikingNeuronNetwork.Lib.Training
2 {
7  {
11  public double OutputSpikeTimeToInputSpikeTimeDerivative { get; set; }
12 
16  public double OutputSpikeTimeToWeightDerivative { get; set; }
17  }
18 }