Main Page   Modules   Data Structures   File List   Data Fields   Globals   Related Pages  

gnn_gcomm.h File Reference

#include "gnn_node.h"

Include dependency graph for gnn_gcomm.h:

Include dependency graph

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

Included by dependency graph

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_nodegnn_gcomm_new (size_t input_size, size_t output_size)
 Creates an generalized committee node.


Function Documentation

gnn_node* gnn_gcomm_new size_t    input_size,
size_t    output_size
 

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 all to .

Parameters:
input_size  The input size .
output_size  The output size .
Returns:
A pointer to a new gnn_gcomm : Generalized Committee Convergence Node. node.

Definition at line 315 of file gnn_gcomm.c.


Generated on Sun Jun 13 20:50:39 2004 for libgnn Gradient Retropropagation Machine Library by doxygen1.2.18