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