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

_gnn_criterion Struct Reference

#include <gnn_criterion.h>


Data Fields

const char * type
size_t m
const gsl_vector * y
const gsl_vector * t
gnn_criterion_e e
gnn_criterion_dy dy
gnn_criterion_destructor destroy


Field Documentation

gnn_criterion_destructor _gnn_criterion::destroy
 

Pointer to the criterion destructor function.

Definition at line 104 of file gnn_criterion.h.

gnn_criterion_dy _gnn_criterion::dy
 

Pointer to the gradient evaluation function.

Definition at line 102 of file gnn_criterion.h.

gnn_criterion_e _gnn_criterion::e
 

Pointer to the criterion evaluation function.

Definition at line 100 of file gnn_criterion.h.

size_t _gnn_criterion::m
 

The size of the estimaton and the target vectors and .

Definition at line 94 of file gnn_criterion.h.

const gsl_vector* _gnn_criterion::t
 

Pointer to the last evaluated target.

Definition at line 98 of file gnn_criterion.h.

const char* _gnn_criterion::type
 

The criterion's type.

Definition at line 93 of file gnn_criterion.h.

const gsl_vector* _gnn_criterion::y
 

Pointer to the last evaluated output.

Definition at line 97 of file gnn_criterion.h.


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