mirror of
https://github.com/glouw/tinn
synced 2024-11-24 23:39:38 +03:00
spelling
This commit is contained in:
parent
c4507e8b2d
commit
9f9dffc991
2
Tinn.c
2
Tinn.c
@ -21,7 +21,7 @@ static void backwards(Tinn t, double* in, double* tg, double rate)
|
||||
{
|
||||
double sum = 0.0;
|
||||
int j;
|
||||
/* Calculate total error change with repsect to output */
|
||||
/* Calculate total error change with respect to output */
|
||||
for(j = 0; j < t.nops; j++)
|
||||
{
|
||||
double a = t.o[j] - tg[j];
|
||||
|
Loading…
Reference in New Issue
Block a user