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

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

Go to the source code of this file.
Defines | |
| #define | GNN_GAUSSIAN_NOISE_INPUT_RNG gsl_rng_taus |
Functions | |
| gnn_input * | gnn_gaussian_noise_new (gnn_input *input, double sigma) |
| Builds a gaussian noise device. | |
| int | gnn_gaussian_noise_set_sigma (gnn_input *input, double sigma) |
Sets a new
for the gaussian noise. | |
| double | gnn_gaussian_noise_get_sigma (gnn_input *input) |
Returns the current
. | |
|
|
Definition at line 42 of file gnn_gaussian_noise_input.h. |
|
|
Definition at line 292 of file gnn_gaussian_noise_input.c. |
|
||||||||||||
|
This function creates a new gnn_gaussian_noise_input : Adds Gaussian Noise to Input Samples. from a given gnn_input : Reading and handling of sets of vectors. device input. The noises' deviation
Definition at line 192 of file gnn_gaussian_noise_input.c. |
|
||||||||||||
|
Definition at line 263 of file gnn_gaussian_noise_input.c. |
1.2.18