コード例 #1
0
 public double GetOutput()
 {
     return(ActivationFunction.GetOutput(Inputs.Sum(x => x.Weight * x.StartNeuron.GetOutput())));
 }