FairRoot/PandaRoot
|
Go to the source code of this file.
Classes | |
class | PndLVQTrain |
Interface definition for LVQ trainers. More... | |
Macros | |
#define | DEBUG_LVQ_TRAIN 0 |
Typedefs | |
typedef enum ProtoInitType | ProtoInitType |
How to initialize LVQ code books. More... | |
Enumerations | |
enum | ProtoInitType { RAND_FROM_DATA = 0, CCM_PR = 1, KMEANS_PR = 10, FILE_PR = 20 } |
How to initialize LVQ code books. More... | |
#define DEBUG_LVQ_TRAIN 0 |
Definition at line 21 of file PndLVQTrain.h.
typedef enum ProtoInitType ProtoInitType |
How to initialize LVQ code books.
enum ProtoInitType |
How to initialize LVQ code books.
Enumerator | |
---|---|
RAND_FROM_DATA | |
CCM_PR | |
KMEANS_PR | |
FILE_PR |
Definition at line 25 of file PndLVQTrain.h.