Main Page   Alphabetical List   Compound List   File List   Compound Members   File Members  

nerek.h File Reference

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

Included by dependency graph

Go to the source code of this file.

Compounds

struct  SimData_typ

Defines

#define RANDOM_CLAMP   (((float)rand()-(float)rand())/RAND_MAX)
#define RANDOM_NUM   ((float)rand()/(RAND_MAX+1))
#define NUM_INPUTS   6
#define NUM_OUTPUTS   2
#define DEFAULT_HIDDEN_LAYERS   1
#define DEFAULT_NEURONS_PER_HL   9


Define Documentation

#define DEFAULT_HIDDEN_LAYERS   1
 

Definition at line 29 of file nerek.h.

#define DEFAULT_NEURONS_PER_HL   9
 

Definition at line 30 of file nerek.h.

#define NUM_INPUTS   6
 

Definition at line 27 of file nerek.h.

#define NUM_OUTPUTS   2
 

Definition at line 28 of file nerek.h.

#define RANDOM_CLAMP   (((float)rand()-(float)rand())/RAND_MAX)
 

Definition at line 23 of file nerek.h.

#define RANDOM_NUM   ((float)rand()/(RAND_MAX+1))
 

Definition at line 24 of file nerek.h.


Generated on Mon Jun 23 23:09:53 2003 for NeReK Documentation by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002