TwiceAsNice  2019-02-18
Public Attributes | List of all members
brainstruct Struct Reference

#include <neurro.h>

Collaboration diagram for brainstruct:
Collaboration graph

Public Attributes

int layersnb
 
int nn [LAYERS]
 
double inbias [NEURONS]
 
double inscale [NEURONS]
 
double outbias [NEURONS]
 
double outscale [NEURONS]
 
double ni [NEURONS]
 
double no [NEURONS]
 
double n [LAYERS][NEURONS]
 
double w [CONNEX][NEURONS][NEURONS]
 
double b [CONNEX][NEURONS]
 

Member Data Documentation

◆ b

double brainstruct::b[CONNEX][NEURONS]

◆ inbias

double brainstruct::inbias[NEURONS]

◆ inscale

double brainstruct::inscale[NEURONS]

◆ layersnb

int brainstruct::layersnb

◆ n

double brainstruct::n[LAYERS][NEURONS]

◆ ni

double brainstruct::ni[NEURONS]

◆ nn

int brainstruct::nn[LAYERS]

◆ no

double brainstruct::no[NEURONS]

◆ outbias

double brainstruct::outbias[NEURONS]

◆ outscale

double brainstruct::outscale[NEURONS]

◆ w

double brainstruct::w[CONNEX][NEURONS][NEURONS]

The documentation for this struct was generated from the following file: