![]() |
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 770 of file NeuroNet.mqh.
|
inline |
Constructor.
Definition at line 773 of file NeuroNet.mqh.
|
inline |
Destructor.
Definition at line 774 of file NeuroNet.mqh.
|
virtual |
Method for creating new element.
Definition at line 782 of file NeuroNet.mqh.
|
inlinevirtual |