Exemple #1
0
 private void CalculateError()
 {
     cost_acc += network.CostFunction();
     iteration_count++;
 }