#include <vector>
Go to the source code of this file.
◆ PRINT_PND_SOM_TRAIN_DEBUG_INFO
#define PRINT_PND_SOM_TRAIN_DEBUG_INFO 1 |
◆ DataPoints
typedef std::vector<std::pair<std::string, std::vector<float> *> > DataPoints |
Data structure of the space points and the map model vectors.
Definition at line 19 of file PndMvaSOMTrainer.h.
◆ GridInitType
◆ MapNodeInitType
Scheme to initialize the model vector inside each of the map nodes.
◆ GridInitType
◆ MapNodeInitType
Scheme to initialize the model vector inside each of the map nodes.
Enumerator |
---|
SOM_RAND_FROM_DATA | |
SOM_RANDOM | |
Definition at line 29 of file PndMvaSOMTrainer.h.