57 fDataLoader=std::shared_ptr<DataLoader>(dalaloader) ;
73 fMethod[
"MethodName"] = methodName;
74 fMethod[
"MethodTitle"] = methodTitle;
75 fMethod[
"MethodOptions"] = options;
virtual void BookMethod(TString methodname, TString methodtitle, TString options="")
Method to book the machine learning method to perform the algorithm.
~Envelope()
Default destructor.
void SetFile(TFile *file)
Method to set the pointer to TFile object, with a writable file.
static Types & Instance()
the the single instance of "Types" if existin already, or create it (Signleton)
Bool_t IsModelPersistence()
Method to see if the algorithm model is saved in xml or serialized files.
virtual void SetName(const char *name)
Set the name of the TNamed.
class to storage options for the differents methods
std::shared_ptr< TFile > fFile
Bool_t IsSilentFile()
Method to see if a file is available to save results.
DataLoader * GetDataLoader()
Method to get the pointer to TMVA::DataLoader object.
Envelope(const TString &name, DataLoader *dataloader=nullptr, TFile *file=nullptr, const TString options="")
Constructor for the initialization of Envelopes, differents Envelopes may needs differents constructo...
std::string GetMethodName(TCppMethod_t)
void SetVerbose(Bool_t status)
Method enable print extra information in the algorithms.
void SetDataLoader(DataLoader *dalaloader)
Method to set the pointer to TMVA::DataLoader object.
Bool_t IsVerbose()
Method to see if the algorithm should print extra information.
void SetModelPersistence(Bool_t status=kTRUE)
Method enable model persistence, then algorithms model is saved in xml or serialized files...
OptionMap & GetMethod()
Method get the Booked method in a option map object.
Bool_t fModelPersistence
file to save the results
std::shared_ptr< DataLoader > fDataLoader
Abstract ClassifierFactory template that handles arbitrary types.
TFile * GetFile()
Method to get the pointer to TFile object.