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

gnn_memory_input.h File Reference

#include "gnn_input.h"

Include dependency graph for gnn_memory_input.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Functions

gnn_inputgnn_memory_input_new_from_matrix (gsl_matrix *m)
 Builds an input set from a matrix.

gnn_inputgnn_memory_input_new_from_file (const char *filename)
 Builds a input set from a file.


Function Documentation

gnn_input* gnn_memory_input_new_from_file const char *    filename
 

This functions creates a new gnn_memory_input : Memory Input Samples. from a file where the samples are stored. Their elements should be in ASCII format separated by blank spaces. Each row should start on a new line.

Please read gnn_memory_input_new_from_matrix for further details on the needed format.

Parameters:
filename  The filename of the input matrix.
Returns:
Returns a pointer to a new gnn_memory_input : Memory Input Samples. set.

Definition at line 212 of file gnn_memory_input.c.

gnn_input* gnn_memory_input_new_from_matrix gsl_matrix *    m
 

This function creates a new gnn_memory_input : Memory Input Samples. from a matrix, where the samples are stored row-wise. That is, each row should contain a different sample, and each column corresponds to a different sample's component.

Parameters:
m  The sample matrix.
Returns:
Returns a pointer to a new gnn_memory_input : Memory Input Samples. set.

Definition at line 157 of file gnn_memory_input.c.


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