118 Log() << kFATAL <<
"Please implement writing of weights as XML" <<
Endl;
146 fout <<
" // not implemented for class: \"" << className <<
"\"" << std::endl;
147 fout <<
"};" << std::endl;
#define REGISTER_METHOD(CLASS)
for example
unsigned int UInt_t
Unsigned integer 4 bytes (unsigned int).
bool Bool_t
Boolean (0=false, 1=true) (bool).
double Double_t
Double 8 bytes.
Class that contains all the data information.
MethodBase(const TString &jobName, Types::EMVA methodType, const TString &methodTitle, DataSetInfo &dsi, const TString &theOption="")
standard constructor
void NoErrorCalc(Double_t *const err, Double_t *const errUpper)
void AddWeightsXMLTo(void *parent) const override
void Init(void) override
default initialisation
virtual ~MethodBayesClassifier(void)
destructor
Bool_t HasAnalysisType(Types::EAnalysisType type, UInt_t numberClasses, UInt_t numberTargets) override
Variable can handle classification with 2 classes.
void DeclareOptions() override
define the options (their key words) that can be set in the option string
void ReadWeightsFromStream(std::istream &istr) override
read back the training results from a file (stream)
void ProcessOptions() override
the option string is decoded, for available options see "DeclareOptions"
MethodBayesClassifier(const TString &jobName, const TString &methodTitle, DataSetInfo &theData, const TString &theOption="")
standard constructor
void Train(void) override
some training
void GetHelpMessage() const override
get help message text
Double_t GetMvaValue(Double_t *err=nullptr, Double_t *errUpper=nullptr) override
returns MVA value for given event
void MakeClassSpecific(std::ostream &, const TString &) const override
write specific classifier response
Singleton class for Global types used by TMVA.
create variable transformations
MsgLogger & Endl(MsgLogger &ml)