![]() |
Neuron Net
|
Class of layers collection in Neural Net. More...
Public Member Functions | |
CArrayLayer (void) | |
Constructor. More... | |
~CArrayLayer (void) | |
Destructor. More... | |
virtual bool | CreateElement (uint neurons, uint outputs) |
Method for creating new element. More... | |
virtual int | Type (void) const |
Identificator of class. More... | |
Class of layers collection in Neural Net.
Detailed description on the link.
Definition at line 763 of file NeuroNet.mqh.
|
inline |
Constructor.
Definition at line 766 of file NeuroNet.mqh.
|
inline |
Destructor.
Definition at line 767 of file NeuroNet.mqh.
|
virtual |
Method for creating new element.
Definition at line 775 of file NeuroNet.mqh.
|
inlinevirtual |