#include <gsl/gsl_blas.h>#include "gnn_gcomm.h"Include dependency graph for gnn_gcomm.c:

Go to the source code of this file.
Functions | |
| int | gnn_gcomm_f (gnn_node *node, const gsl_vector *x, const gsl_vector *w, gsl_vector *y) |
| Computes the output. | |
| int | gnn_gcomm_dx (gnn_node *node, const gsl_vector *x, const gsl_vector *w, const gsl_vector *dy, gsl_vector *dx) |
Computes
. | |
| int | gnn_gcomm_dw (gnn_node *node, const gsl_vector *x, const gsl_vector *w, const gsl_vector *dy, gsl_vector *dw) |
Computes
. | |
| void | gnn_gcomm_destroy (gnn_node *node) |
| Computes the output. | |
| gnn_node * | gnn_gcomm_new (size_t input_size, size_t output_size) |
| Creates an generalized committee node. | |
1.2.18