Esempio n. 1
0
 public InputNeuron()
 {
     activFkt = new Fkt(); Input = 0; number = index++;
 }
Esempio n. 2
0
 public InputNeuron()
 {
     activFkt = new Fkt(); Input = 0; number=index++;
 }
Esempio n. 3
0
 public OutputNeuron()
 {
     activFkt = new Fkt(); connections = new List<Weight>(); number = index++;
 }
Esempio n. 4
0
 public OutputNeuron()
 {
     activFkt = new Fkt(); connections = new List <Weight>(); number = index++;
 }