Qualia  0.2
Public Attributes | List of all members
NeuralNetwork::Layer Struct Reference

Layer structure. More...

#include <NeuralNetwork.h>

Public Attributes

unsigned int n
 
realoutput
 
realerror
 
realweight
 
realdWeight
 
bool linear
 

Detailed Description

Layer structure.

Member Data Documentation

real* NeuralNetwork::Layer::dWeight
real* NeuralNetwork::Layer::error
bool NeuralNetwork::Layer::linear
unsigned int NeuralNetwork::Layer::n
real* NeuralNetwork::Layer::output
real* NeuralNetwork::Layer::weight

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