#include "gnn_node.h"Include dependency graph for gnn_gcomm.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Data Structures | |
| struct | _gnn_gcomm |
Typedefs | |
| typedef _gnn_gcomm | gnn_gcomm |
| The structure for a gnn_gcomm : Generalized Committee Convergence Node. node. | |
Functions | |
| gnn_node * | gnn_gcomm_new (size_t input_size, size_t output_size) |
| Creates an generalized committee node. | |
|
||||||||||||
|
This function creates a node of the gnn_gcomm : Generalized Committee Convergence Node. type. The coefficients are all initialized at the same value. This is equivalent to set the
Definition at line 315 of file gnn_gcomm.c. |
1.2.18