openModeller  Version 1.4.0
nn.h File Reference
#include <sys/time.h>
#include <sys/resource.h>
#include <ctype.h>
#include <float.h>
#include <string.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
Include dependency graph for nn.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  nn_parameter
class  Dendrite
class  Neuron
class  Layer
class  Network

Defines

#define RANDOM_CLAMP   (((double)rand()-(float)rand())/10000000)
#define RANDOM_NUM   ((double)rand()/(10000000+1))

Define Documentation

#define RANDOM_CLAMP   (((double)rand()-(float)rand())/10000000)

Definition at line 58 of file nn.h.

Referenced by Network::GetRand().

#define RANDOM_NUM   ((double)rand()/(10000000+1))

Definition at line 61 of file nn.h.

Referenced by Network::GetRand().