10 Wrappers around functions defined as static methods of the Belle2::MVA::Utility class.
14 def available(filename, experiment=0, run=0, event=0):
16 Wrapper around bool Belle2::MVA::Utility::available(
17 const std::string& filename, int experiment = 0, int run = 0, int event = 0)
20 return ROOT.Belle2.MVA.Utility.available(filename, experiment, run, event)
23 def download(identifier, filename, experiment=0, run=0, event=0):
25 Wrapper around Belle2::MVA::Utility::download(
26 const std::string& identifier, const std::string& filename, int experiment = 0, int run = 0, int event = 0)
29 ROOT.Belle2.MVA.Utility.download(identifier, filename, experiment, run, event)
34 Wrapper around Belle2::MVA::Utility::expert(
35 const std::vector<std::string>& filenames, const std::vector<std::string>& datafiles,
36 const std::string& treename, const std::string& outputfile, int experiment = 0, int run = 0, int event = 0,
37 bool copy_target = true);
40 ROOT.Belle2.MVA.Utility.expert(*args)
43 def extract(filename, directory):
45 Wrapper around Belle2::MVA::Utility::extract(const std::string& filename, const std::string& directory)
48 ROOT.Belle2.MVA.Utility.extract(filename, directory)
53 Wrapper around std::string Belle2::MVA::Utility::info(const std::string& filename)
56 return ROOT.Belle2.MVA.Utility.info(filename)
59 def save_custom_weightfile(*args):
61 Wrapper around Belle2::MVA::Utility::save_custom_weightfile(
62 const GeneralOptions& general_options, const SpecificOptions& specific_options,
63 const std::string& custom_weightfile, const std::string& output_identifier = "")
66 ROOT.Belle2.MVA.Utility.save_custom_weightfile(*args)
71 Wrapper around Belle2::MVA::Utility::teacher(
72 const GeneralOptions& general_options, const SpecificOptions& specific_options,
73 const MetaOptions& meta_options = MetaOptions())
76 ROOT.Belle2.MVA.Utility.teacher(*args)
79 def teacher_dataset(*args):
81 Wrapper around std::unique_ptr<Belle2::MVA::Expert> Belle2::MVA::Utility::teacher_dataset(
82 GeneralOptions general_options, const SpecificOptions& specific_options, Dataset& data)
85 return ROOT.Belle2.MVA.Utility.teacher_dataset(*args)
88 def teacher_sideband_subtraction(*args):
90 Wrapper around std::unique_ptr<Belle2::MVA::Expert> Belle2::MVA::Utility::teacher_sideband_subtraction(
91 GeneralOptions general_options, const SpecificOptions& specific_options, const MetaOptions& meta_options)
94 return ROOT.Belle2.MVA.Utility.teacher_sideband_subtraction(*args)
97 def teacher_splot(*args):
99 Wrapper around std::unique_ptr<Belle2::MVA::Expert> Belle2::MVA::Utility::teacher_splot(
100 GeneralOptions general_options, const SpecificOptions& specific_options, const MetaOptions& meta_options)
103 return ROOT.Belle2.MVA.Utility.teacher_splot(*args)
106 def teacher_reweighting(*args):
108 Wrapper around std::unique_ptr<Belle2::MVA::Expert> Belle2::MVA::Utility::teacher_reweighting(
109 GeneralOptions general_options, const SpecificOptions& specific_options, const MetaOptions& meta_options)
112 return ROOT.Belle2.MVA.Utility.teacher_reweighting(*args)
115 def upload(filename, identifier, exp1=0, run1=0, exp2=-1, run2=-1):
117 Wrapper around Belle2::MVA::Utility::upload(
118 const std::string& filename, const std::string& identifier, int exp1 = 0, int run1 = 0, int exp2 = -1,
122 ROOT.Belle2.MVA.Utility.upload(filename, identifier, exp1, run1, exp2, run2)
125 def upload_array(*args):
127 Wrapper around Belle2::MVA::Utility::upload_array(
128 const std::vector<std::string>& filenames, const std::string& identifier, int exp1 = 0, int run1 = 0,
129 int exp2 = -1, int run2 = -1)
132 ROOT.Belle2.MVA.Utility.upload_array(*args)