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