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

gnn_convergence.h File Reference

#include "gnn_node.h"

Include dependency graph for gnn_convergence.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_convergence

Typedefs

typedef _gnn_convergence gnn_convergence
 The structure for a gnn_divergence : Input Divergence. node.


Functions

gnn_nodegnn_convergence_new (size_t input_size, size_t output_size)
 Creates an input convergence node.


Function Documentation

gnn_node* gnn_convergence_new size_t    input_size,
size_t    output_size
 

This function creates a node of the gnn_divergence : Input Divergence. type.

Parameters:
input_size  The input size .
output_size  The output size .
Returns:
A pointer to a new gnn_divergence : Input Divergence. node.

Definition at line 229 of file gnn_convergence.c.


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