FairRoot/PandaRoot
|
#include <iostream>
#include <fstream>
#include <string>
#include <vector>
#include <map>
#include <set>
#include <algorithm>
#include <cmath>
#include <cassert>
#include <limits>
#include <typeinfo>
#include <exception>
#include <utility>
#include "TFile.h"
#include "TTree.h"
#include "TRandom3.h"
#include "PndMvaClass.h"
#include "PndMvaVariable.h"
#include "PndMvaVarPCATransform.h"
Go to the source code of this file.
Classes | |
class | PndMvaDataSetException |
class | PndMvaDataSet |
Typedefs | |
typedef enum AppType | AppType |
typedef enum NormType | NormType |
Enumerations | |
enum | AppType { UNKAPP = 0, TRAIN = 1, CLASSIFY = 2, TMVATRAIN = 10, TMVACLS = 20, PRE_INIT_EVTS = 30 } |
enum | NormType { NONORM = 0, VARX = 1, MINMAX = 2, MEDIAN = 3, VARNORM = 4 } |
enum AppType |
Enumerator | |
---|---|
UNKAPP | |
TRAIN | |
CLASSIFY | |
TMVATRAIN | |
TMVACLS | |
PRE_INIT_EVTS |
Definition at line 38 of file PndMvaDataSet.h.
enum NormType |
Enumerator | |
---|---|
NONORM | |
VARX | |
MINMAX | |
MEDIAN | |
VARNORM |
Definition at line 48 of file PndMvaDataSet.h.