예제 #1
0
 public void SendInput(float inp)
 {
     neuronOut.AddInput(inp * Weight);
 }