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

Go to the source code of this file.
Typedefs | |
| typedef gnn_criterion | gnn_mse |
Functions | |
| double | gnn_mse_e (gnn_criterion *crit, const gsl_vector *y, const gsl_vector *t) |
| The evaluation function. | |
| int | gnn_mse_dy (gnn_criterion *crit, const gsl_vector *y, const gsl_vector *t, gsl_vector *dy) |
| The gradient evaluation function. | |
| gnn_criterion * | gnn_mse_new (size_t size) |
| Creates a new gnn_mse criterion. | |
|
|
|
1.2.18