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

gnn_null_output : Null Output Device.
[gnn_output : Writing sets of vectors.]


Detailed Description

The gnn_null_output datatype is a special device. The output samples written to the gnn_null_output stream are automatically deleted.

Functions

int gnn_null_output_put (gnn_output *set, size_t k, const gsl_vector *v)
 The "put" function for a null output set.

gnn_outputgnn_null_output_new ()
 Builds a new null output device.


Function Documentation

gnn_output* gnn_null_output_new  
 

This function creates a new gnn_null_output device.

Returns:
Returns a pointer to a new gnn_null_output set.

Definition at line 93 of file gnn_null_output.c.

int gnn_null_output_put gnn_output   set,
size_t    k,
const gsl_vector *    v
[static]
 

This function does nothing.

Parameters:
set  A pointer to a gnn_null_output.
k  The index of the pattern to be stored.
v  A pointer to the output vector to be stored.
Returns:
Returns 0 if suceeded.

Definition at line 72 of file gnn_null_output.c.


Generated on Sun Jun 13 20:51:44 2004 for libgnn Gradient Retropropagation Machine Library by doxygen1.2.18