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

gnn_phandle Struct Reference
[gnn_phandle : A Handle for Parameters.]

#include <gnn_phandle.h>


Detailed Description

This type holds the necessary information for handling parameters. It stores the actual parameter vector, an additional vector for the parameter gradient values, and a last vector for marking the frozen parameters.

Definition at line 64 of file gnn_phandle.h.

Data Fields

size_t rc
size_t l
size_t free
phandle_update modified
gsl_vector * w
gsl_vector * dw
gsl_vector_int * f


Field Documentation

gsl_vector* gnn_phandle::dw
 

Pointer to the parameter gradient vector.

Definition at line 71 of file gnn_phandle.h.

gsl_vector_int* gnn_phandle::f
 

Pointer to the parameter freeze flags.

Definition at line 72 of file gnn_phandle.h.

size_t gnn_phandle::free
 

Number of free parameters.

Definition at line 68 of file gnn_phandle.h.

size_t gnn_phandle::l
 

Number of the phandle's parameters.

Definition at line 67 of file gnn_phandle.h.

phandle_update gnn_phandle::modified
 

Modification flags.

Definition at line 69 of file gnn_phandle.h.

size_t gnn_phandle::rc
 

Reference counter.

Definition at line 66 of file gnn_phandle.h.

gsl_vector* gnn_phandle::w
 

Pointer to the parameter vector.

Definition at line 70 of file gnn_phandle.h.


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