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

_gnn_dataset Struct Reference

#include <gnn_dataset.h>


Data Fields

size_t size
size_t n
size_t m
gnn_dataset_reset_type reset
gnn_dataset_get_type get
gnn_dataset_destroy_type destroy


Field Documentation

gnn_dataset_destroy_type _gnn_dataset::destroy
 

The "destroy" function pointer.

Definition at line 88 of file gnn_dataset.h.

gnn_dataset_get_type _gnn_dataset::get
 

The "get" function pointer.

Definition at line 87 of file gnn_dataset.h.

size_t _gnn_dataset::m
 

The size of the output patterns.

Definition at line 85 of file gnn_dataset.h.

size_t _gnn_dataset::n
 

The size of the input patterns.

Definition at line 84 of file gnn_dataset.h.

gnn_dataset_reset_type _gnn_dataset::reset
 

The "reset" function pointer.

Definition at line 86 of file gnn_dataset.h.

size_t _gnn_dataset::size
 

The number of patterns in the dataset.

Definition at line 83 of file gnn_dataset.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