|
Marsyas
0.6.0-alpha
|
Self-organizing map. More...
#include <SOM.h>
Inherits MarSystem.
Public Member Functions | |
| MarSystem * | clone () const |
| void | myProcess (realvec &in, realvec &out) |
| Processes data. | |
| SOM (std::string name) | |
| SOM (const SOM &a) | |
| ~SOM () | |
Self-organizing map.
The input should consist of the following observations: feature values followed by file index followed by the x, y coordinates for initialization. By default the x,y coordinates are set to -1.0, 1.0 and are ignored.
1.7.6.1