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

Go to the source code of this file.
Functions | |
| int | gnn_quadric_f (gnn_node *node, const gsl_vector *x, const gsl_vector *w, gsl_vector *y) |
| Computes the output. | |
| int | gnn_quadric_dx (gnn_node *node, const gsl_vector *x, const gsl_vector *w, const gsl_vector *dy, gsl_vector *dx) |
Computes
. | |
| gnn_node * | gnn_quadric_new (int input_size) |
| Creates a Quadric Discriminant Transfer function node. | |
1.2.18