Main Page   Modules   Data Structures   File List   Data Fields   Globals   Related Pages  

_gnn_node Struct Reference

#include <gnn_node.h>

Collaboration diagram for _gnn_node:

Collaboration graph
[legend]

Detailed Description

This structure holds the information for a node.

Definition at line 160 of file gnn_node.h.

Data Fields

const char * type
int n
int m
gnn_phandleph
gnn_pbundlepb
gsl_vector x
gsl_vector dy
gnn_node_destructor destroy
gnn_node_f f
gnn_node_df dw
gnn_node_df dx
gnn_nodesuper
int nsub
gnn_node ** sub


Field Documentation

gnn_node_destructor _gnn_node::destroy
 

Destroy function pointer

Definition at line 172 of file gnn_node.h.

gnn_node_df _gnn_node::dw
 

function pointer

Definition at line 174 of file gnn_node.h.

gnn_node_df _gnn_node::dx
 

function pointer

Definition at line 176 of file gnn_node.h.

gsl_vector _gnn_node::dy
 

Last dy.

Definition at line 170 of file gnn_node.h.

gnn_node_f _gnn_node::f
 

Evaluation function pointer

Definition at line 173 of file gnn_node.h.

int _gnn_node::m
 

The layer's output size .

Definition at line 164 of file gnn_node.h.

int _gnn_node::n
 

The layer's input size .

Definition at line 163 of file gnn_node.h.

int _gnn_node::nsub
 

Number of subnodes.

Definition at line 180 of file gnn_node.h.

gnn_pbundle* _gnn_node::pb
 

Parameter bundle.

Definition at line 167 of file gnn_node.h.

gnn_phandle* _gnn_node::ph
 

Pointer to the parameter handle.

Definition at line 166 of file gnn_node.h.

gnn_node** _gnn_node::sub
 

Pointer to the subnode array.

Definition at line 181 of file gnn_node.h.

gnn_node* _gnn_node::super
 

Pointer to the supernode.

Definition at line 179 of file gnn_node.h.

const char* _gnn_node::type
 

The layer's type.

Definition at line 162 of file gnn_node.h.

gsl_vector _gnn_node::x
 

Last input.

Definition at line 169 of file gnn_node.h.


The documentation for this struct was generated from the following file:
Generated on Sun Jun 13 20:51:39 2004 for libgnn Gradient Retropropagation Machine Library by doxygen1.2.18