#include "gnn_gaussian.h"#include <math.h>Include dependency graph for gnn_gaussian.c:

Go to the source code of this file.
Functions | |
| int | gnn_gaussian_f (gnn_node *node, const gsl_vector *x, const gsl_vector *w, gsl_vector *y) |
| Computes the output. | |
| int | gnn_gaussian_dx (gnn_node *node, const gsl_vector *x, const gsl_vector *w, const gsl_vector *dy, gsl_vector *dx) |
Computes
. | |
| int | gnn_gaussian_dw (gnn_node *node, const gsl_vector *x, const gsl_vector *w, const gsl_vector *dy, gsl_vector *dw) |
Computes
. | |
| void | gnn_gaussian_destroy (gnn_node *node) |
| Computes the output. | |
| gnn_node * | gnn_gaussian_new (int input_size, double a, double v) |
| Creates a Gaussian Kernel Activation Function node. | |
| gnn_node * | gnn_gaussian_standard_new (int input_size) |
| Creates a standard Gaussian Kernel Activation Function node. | |
1.2.18