#include <nn.h>
Data Fields | |
| unsigned long | id |
| Identifier, must be unique. | |
| double | a |
| Activation value, the output. | |
| double | in |
| Weighted sum of inputs. | |
| double | err |
| Output error. | |
| double | del |
| Back-propagation error term. | |
| int | nlinks |
| Number of input links. | |
| nnLink * | links |
| Pointer to nnLink array. | |
1.2.18