Neuron Net
Public Member Functions | Public Attributes | List of all members
CLayerDescription Class Reference

Class of layer decription. Used to describe the structure of a neural network from the main program. More...

Inheritance diagram for CLayerDescription:

Public Member Functions

 CLayerDescription (void)
 Constructor. More...
 
 ~CLayerDescription (void)
 Destructor. More...
 

Public Attributes

int type
 Type of neurons in layer (Defines Object types identified) More...
 
int count
 Number of neurons. More...
 
int window
 Size of input window. More...
 
int window_out
 Size of output window. More...
 
int step
 Step size. More...
 
ENUM_ACTIVATION activation
 Type of activation function (ENUM_ACTIVATION) More...
 
ENUM_OPTIMIZATION optimization
 Type of optimization method (ENUM_OPTIMIZATION) More...
 

Detailed Description

Class of layer decription. Used to describe the structure of a neural network from the main program.

Detailed description on the link.

Definition at line 1327 of file NeuroNet.mqh.

Constructor & Destructor Documentation

◆ CLayerDescription()

CLayerDescription::CLayerDescription ( void  )

Constructor.

Definition at line 1344 of file NeuroNet.mqh.

◆ ~CLayerDescription()

CLayerDescription::~CLayerDescription ( void  )
inline

Destructor.

Definition at line 1331 of file NeuroNet.mqh.

Member Data Documentation

◆ activation

ENUM_ACTIVATION CLayerDescription::activation

Type of activation function (ENUM_ACTIVATION)

Definition at line 1338 of file NeuroNet.mqh.

◆ count

int CLayerDescription::count

Number of neurons.

Definition at line 1334 of file NeuroNet.mqh.

◆ optimization

ENUM_OPTIMIZATION CLayerDescription::optimization

Type of optimization method (ENUM_OPTIMIZATION)

Definition at line 1339 of file NeuroNet.mqh.

◆ step

int CLayerDescription::step

Step size.

Definition at line 1337 of file NeuroNet.mqh.

◆ type

int CLayerDescription::type

Type of neurons in layer (Defines Object types identified)

Definition at line 1333 of file NeuroNet.mqh.

◆ window

int CLayerDescription::window

Size of input window.

Definition at line 1335 of file NeuroNet.mqh.

◆ window_out

int CLayerDescription::window_out

Size of output window.

Definition at line 1336 of file NeuroNet.mqh.


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