#include "gnn_input.h"#include "gnn_utilities.h"Include dependency graph for gnn_input.c:

Go to the source code of this file.
Functions | |
| int | gnn_input_default_reset (gnn_input *set) |
| Default "reset" function for a input set. | |
| void | gnn_input_default_destroy (gnn_input *set) |
| Default "destroy" function for a dataset. | |
| int | gnn_input_init (gnn_input *set, size_t size, size_t n, gnn_input_reset_type reset, gnn_input_get_type get, gnn_input_destroy_type destroy) |
| Initializes a gnn_input : Reading and handling of sets of vectors.. | |
| void | gnn_input_destroy (gnn_input *set) |
| Destroy a gnn_input : Reading and handling of sets of vectors.. | |
| int | gnn_input_reset (gnn_input *set) |
| Reset a input set. | |
| const gsl_vector * | gnn_input_get (gnn_input *set, size_t k) |
| Gets the k-th sample. | |
| size_t | gnn_input_get_size (gnn_input *set) |
| Gets the number of samples in the set. | |
| size_t | gnn_input_sample_get_size (gnn_input *set) |
| Gets the sample's size. | |
1.2.18