Exemplo n.º 1
0
 public void SendInput(float inp)
 {
     neuronOut.AddInput(inp * Weight);
 }