10Wrappers around options and interfaces defined within the Belle2::MVA namespace.
14def CombinationOptions():
16 Wrapper around CombinationOptions Belle2::MVA:CombinationOptions().
20 return ROOT.Belle2.MVA.CombinationOptions()
25 Wrapper around FANNOptions Belle2::MVA:FANNOptions().
29 return ROOT.Belle2.MVA.FANNOptions()
34 Wrapper around FastBDTOptions Belle2::MVA:FastBDTOptions().
38 return ROOT.Belle2.MVA.FastBDTOptions()
43 Wrapper around GeneralOptions Belle2::MVA:GeneralOptions().
46 return ROOT.Belle2.MVA.GeneralOptions()
51 Wrapper around MetaOptions Belle2::MVA:MetaOptions().
55 return ROOT.Belle2.MVA.MetaOptions()
60 Wrapper around PDFOptions Belle2::MVA:PDFOptions().
64 return ROOT.Belle2.MVA.PDFOptions()
69 Wrapper around PythonOptions Belle2::MVA:PythonOptions().
73 return ROOT.Belle2.MVA.PythonOptions()
76def RegressionFastBDTOptions():
78 Wrapper around RegressionFastBDTOptions Belle2::MVA:RegressionFastBDTOptions().
82 return ROOT.Belle2.MVA.RegressionFastBDTOptions()
85def ReweighterOptions():
87 Wrapper around ReweighterOptions Belle2::MVA:ReweighterOptions().
91 return ROOT.Belle2.MVA.ReweighterOptions()
94def TMVAOptionsClassification():
96 Wrapper around TMVAOptionsClassification Belle2::MVA:TMVAOptionsClassification().
100 return ROOT.Belle2.MVA.TMVAOptionsClassification()
103def TMVAOptionsMulticlass():
105 Wrapper around TMVAOptionsMulticlass Belle2::MVA:TMVAOptionsMulticlass().
109 return ROOT.Belle2.MVA.TMVAOptionsMulticlass()
112def TMVAOptionsRegression():
114 Wrapper around TMVAOptionsRegression Belle2::MVA:TMVAOptionsRegression().
118 return ROOT.Belle2.MVA.TMVAOptionsRegression()
123 Wrapper around TrivialOptions Belle2::MVA:TrivialOptions().
127 return ROOT.Belle2.MVA.TrivialOptions()