FairRoot/PandaRoot
|
#include <vector>
Go to the source code of this file.
Classes | |
class | PndMvaSomTrainer |
Macros | |
#define | PRINT_PND_SOM_TRAIN_DEBUG_INFO 1 |
Typedefs | |
typedef std::vector< std::pair < std::string, std::vector < float > * > > | DataPoints |
typedef enum MapNodeInitType | MapNodeInitType |
typedef enum GridInitType | GridInitType |
Enumerations | |
enum | MapNodeInitType { SOM_RAND_FROM_DATA = 0, SOM_RANDOM = 1 } |
enum | GridInitType { RECTANGULAR = 0, HEXAGONAL = 1 } |
#define PRINT_PND_SOM_TRAIN_DEBUG_INFO 1 |
Definition at line 43 of file PndMvaSOMTrainer.h.
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.
typedef enum GridInitType GridInitType |
typedef enum MapNodeInitType MapNodeInitType |
Scheme to initialize the model vector inside each of the map nodes.
enum GridInitType |
Enumerator | |
---|---|
RECTANGULAR | |
HEXAGONAL |
Definition at line 37 of file PndMvaSOMTrainer.h.
enum 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.