10 Wrappers around options and interfaces defined within the Belle2::MVA namespace.
14 def CombinationOptions():
16 Wrapper around CombinationOptions Belle2::MVA:CombinationOptions().
19 return ROOT.Belle2.MVA.CombinationOptions()
24 Wrapper around FANNOptions Belle2::MVA:FANNOptions().
27 return ROOT.Belle2.MVA.FANNOptions()
32 Wrapper around FastBDTOptions Belle2::MVA:FastBDTOptions().
35 return ROOT.Belle2.MVA.FastBDTOptions()
40 Wrapper around GeneralOptions Belle2::MVA:GeneralOptions().
43 return ROOT.Belle2.MVA.GeneralOptions()
48 Wrapper around MetaOptions Belle2::MVA:MetaOptions().
51 return ROOT.Belle2.MVA.MetaOptions()
56 Wrapper around PDFOptions Belle2::MVA:PDFOptions().
59 return ROOT.Belle2.MVA.PDFOptions()
64 Wrapper around PythonOptions Belle2::MVA:PythonOptions().
67 return ROOT.Belle2.MVA.PythonOptions()
70 def RegressionFastBDTOptions():
72 Wrapper around RegressionFastBDTOptions Belle2::MVA:RegressionFastBDTOptions().
75 return ROOT.Belle2.MVA.RegressionFastBDTOptions()
78 def ReweighterOptions():
80 Wrapper around ReweighterOptions Belle2::MVA:ReweighterOptions().
83 return ROOT.Belle2.MVA.ReweighterOptions()
86 def TMVAOptionsClassification():
88 Wrapper around TMVAOptionsClassification Belle2::MVA:TMVAOptionsClassification().
91 return ROOT.Belle2.MVA.TMVAOptionsClassification()
94 def TMVAOptionsMulticlass():
96 Wrapper around TMVAOptionsMulticlass Belle2::MVA:TMVAOptionsMulticlass().
99 return ROOT.Belle2.MVA.TMVAOptionsMulticlass()
102 def TMVAOptionsRegression():
104 Wrapper around TMVAOptionsRegression Belle2::MVA:TMVAOptionsRegression().
107 return ROOT.Belle2.MVA.TMVAOptionsRegression()
110 def TrivialOptions():
112 Wrapper around TrivialOptions Belle2::MVA:TrivialOptions().
115 return ROOT.Belle2.MVA.TrivialOptions()