library: libTMVA
#include "Types.h"

TMVA::Types


class description - header file
viewCVS header

class TMVA::Types

Inheritance Inherited Members Includes Libraries
Class Charts

Function Members (Methods)

Display options:
Show inherited
Show non-public
public:
~Types()
TMVA::Types::EMVAGetMethodType(const TString& method) const
static TMVA::Types&Instance()
private:
TMVA::TypesTypes()

Data Members

public:
enum EMVA { kVariable
kCuts
kLikelihood
kPDERS
kHMatrix
kFisher
kCFMlpANN
kTMlpANN
kBDT
kRuleFit
kSVM
kMLP
kBayesClassifier
kCommittee
kMaxMethod
};
enum EPreprocessingMethod { kNone
kDecorrelated
kPCA
kMaxPreprocessingMethod
};
enum ESBType { kSignal
kBackground
kSBBoth
kMaxSBType
kTrueType
};
enum ETreeType { kTraining
kTesting
kMaxTreeType
};
private:
static TMVA::Types*fgTypesPtr
map<TString,EMVA>fStr2typetypes-to-text map
TMVA::MsgLoggerfLoggermessage logger

Class Description

Types& Instance()
{ return fgTypesPtr ? *fgTypesPtr : *(fgTypesPtr = new Types()); }
~Types()
{}
EMVA GetMethodType( const TString& method )
Types()

Last update: Fri Nov 24 16:54:59 2006


ROOT page - Class index - Class Hierarchy - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.