|
Marsyas
0.6.0-alpha
|
Single node used to build Artifical Neural Networks. More...
#include <ANN_node.h>
Inherits MarSystem.
Public Member Functions | |
| ANN_node (std::string name) | |
| MarSystem * | clone () const |
| void | myProcess (realvec &in, realvec &out) |
| Processes data. | |
| ~ANN_node () | |
Single node used to build Artifical Neural Networks.
Essentially forms a weighted sum of the input rows of observations.
Definition at line 35 of file ANN_node.h.
| ANN_node | ( | std::string | name | ) |
Definition at line 27 of file ANN_node.cpp.
| ~ANN_node | ( | ) |
Definition at line 36 of file ANN_node.cpp.
Implements MarSystem.
Definition at line 42 of file ANN_node.cpp.
Processes data.
| in | Input data to read. |
| out | Output data to write. |
Implement this method in subclass to define specific data processing.
Implements MarSystem.
Definition at line 72 of file ANN_node.cpp.
1.7.6.1