#include "gnn_msre.h"Include dependency graph for gnn_msre.c:

Go to the source code of this file.
Typedefs | |
| typedef gnn_criterion | gnn_msre |
Functions | |
| double | gnn_msre_e (gnn_criterion *crit, const gsl_vector *y, const gsl_vector *t) |
| The evaluation function. | |
| int | gnn_msre_dy (gnn_criterion *crit, const gsl_vector *y, const gsl_vector *t, gsl_vector *dy) |
| The gradient evaluation function. | |
| gnn_criterion * | gnn_msre_new (size_t size) |
| Creates a new gnn_msre criterion. | |
|
|
Definition at line 60 of file gnn_msre.c. |
1.2.18