28#ifndef ROOT_TMVA_MethodBayesClassifier
29#define ROOT_TMVA_MethodBayesClassifier
61 void Train(
void )
override;
75 void Init(
void )
override;
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.
#define ClassDefOverride(name, id)
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 ReadWeightsFromStream(std::istream &) override=0
const Ranking * CreateRanking() override
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"
void ReadWeightsFromXML(void *) override
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
Ranking for variables in method (implementation).
create variable transformations