#include "gnn_input.h"Include dependency graph for gnn_memory_input.h:

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

Go to the source code of this file.
Functions | |
| gnn_input * | gnn_memory_input_new_from_matrix (gsl_matrix *m) |
| Builds an input set from a matrix. | |
| gnn_input * | gnn_memory_input_new_from_file (const char *filename) |
| Builds a input set from a file. | |
|
|
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.
Definition at line 212 of file gnn_memory_input.c. |
|
|
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.
Definition at line 157 of file gnn_memory_input.c. |
1.2.18