Example #1
0
 public double CalculateSummation()
 {
     return(_summationFunction.CalculateSummation(_dendrites, _bias));
 }