Main Page   Data Structures   File List   Data Fields   Globals  

_nnNode Struct Reference

A node. More...

#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.

nnLinklinks
 Pointer to nnLink array.


Detailed Description

A node.


The documentation for this struct was generated from the following file:
Generated on Sat Feb 22 03:39:25 2003 for nn by doxygen1.2.18