#include "gnn_random_order.h"#include "gnn_simple_set.h"Include dependency graph for gnn_random_order.c:

Go to the source code of this file.
Functions | |
| int | gnn_random_order_reset (gnn_dataset *set) |
| The "reset" function for a gnn_random_order. | |
| int | gnn_random_order_get (gnn_dataset *set, size_t k, gsl_vector **x, gsl_vector **t, double *p) |
| The "get" function for a simple set. | |
| void | gnn_random_order_destroy (gnn_dataset *set) |
| Destroy function. | |
| gnn_dataset * | gnn_random_order_new (gnn_dataset *data) |
| Builds a new random order sampler. | |
| gnn_dataset * | gnn_random_order_from_inputs_new (gnn_input *inputs, gnn_input *outputs, gnn_input *weights) |
| Builds a new random sampler from gnn_inputs. | |
| gnn_dataset * | gnn_random_order_from_file_new (const char *inputsFile, const char *outputsFile, const char *weightsFile) |
| Builds a new random order sampler from text files. | |
| gnn_dataset * | gnn_random_order_get_dataset (gnn_dataset *set) |
| Returns a pointer to the internal gnn_dataset. | |
1.2.18