#include <gnn_evaluation.h>
Collaboration diagram for _gnn_grad:

Data Fields | |
| gnn_node * | node |
| gnn_criterion * | crit |
| gnn_dataset * | data |
| size_t | n |
| size_t | m |
| size_t | l |
| size_t | P |
| double | p |
| double | e |
| gsl_vector * | y |
| gsl_vector * | w |
| gsl_vector * | dy |
| gsl_vector * | dx |
| gsl_vector * | dw |
| gsl_vector * | h |
| double | mp |
| double | me |
| gsl_vector * | mdx |
| gsl_vector * | mdw |
|
|
Pointer to the associated gnn_criterion : Basic Criterion Function. Definition at line 311 of file gnn_evaluation.h. |
|
|
Pointer to the associated gnn_dataset : Datasets for Training. Definition at line 312 of file gnn_evaluation.h. |
|
|
Buffer for Definition at line 325 of file gnn_evaluation.h. |
|
|
Buffer for Definition at line 324 of file gnn_evaluation.h. |
|
|
Buffer for Definition at line 323 of file gnn_evaluation.h. |
|
|
Buffer for Definition at line 320 of file gnn_evaluation.h. |
|
|
Auxiliary buffer for Hessian computing Definition at line 326 of file gnn_evaluation.h. |
|
|
The number of parameters Definition at line 316 of file gnn_evaluation.h. |
|
|
The output size Definition at line 315 of file gnn_evaluation.h. |
|
|
Buffer for Definition at line 333 of file gnn_evaluation.h. |
|
|
Buffer for Definition at line 332 of file gnn_evaluation.h. |
|
|
Buffer for Definition at line 331 of file gnn_evaluation.h. |
|
|
Sum of pattern weights Definition at line 330 of file gnn_evaluation.h. |
|
|
The input size Definition at line 314 of file gnn_evaluation.h. |
|
|
Pointer to the associated gnn_node Definition at line 310 of file gnn_evaluation.h. |
|
|
Buffer for Definition at line 319 of file gnn_evaluation.h. |
|
|
The number of available patterns Definition at line 317 of file gnn_evaluation.h. |
|
|
Buffer for Definition at line 322 of file gnn_evaluation.h. |
|
|
Buffer for Definition at line 321 of file gnn_evaluation.h. |
1.2.18