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
TrainingMethod.cs
Go to the documentation of this file.
1 namespace SpikingNeuronNetwork.Lib.Training
2 {
6  public enum TrainingMethod
7  {
11  Online,
12 
16  Batch
17  }
18 }
TrainingMethod
Training Method Enum