public InputNeuron() { activFkt = new Fkt(); Input = 0; number = index++; }
public InputNeuron() { activFkt = new Fkt(); Input = 0; number=index++; }
public OutputNeuron() { activFkt = new Fkt(); connections = new List<Weight>(); number = index++; }
public OutputNeuron() { activFkt = new Fkt(); connections = new List <Weight>(); number = index++; }