![]() |
Belle II Software light-2509-fornax
|
Teacher for the ONNX MVA method. More...
#include <ONNX.h>
Public Member Functions | |
ONNXTeacher (const GeneralOptions &generalOptions, const ONNXOptions &onnxOptions) | |
Constructs a new teacher using the GeneralOptions and specific options of this training. | |
virtual Weightfile | train (Dataset &) const override |
Won't do any actual training, but will return a valid MVA Weightfile. | |
Protected Attributes | |
GeneralOptions | m_general_options |
GeneralOptions containing all shared options. | |
Private Attributes | |
ONNXOptions | m_specific_options |
Method specific options. | |
Teacher for the ONNX MVA method.
Just there to satisfy the interface - doesn't do any training
|
inline |
Constructs a new teacher using the GeneralOptions and specific options of this training.
generalOptions | defining all shared options |
onnxOptions | defining all method specific options |
Definition at line 429 of file ONNX.h.
|
overridevirtual |
Won't do any actual training, but will return a valid MVA Weightfile.
The Dataset parameter is required to adhere to the interface, but ignored.
Implements Teacher.
Definition at line 74 of file ONNX.cc.
|
protectedinherited |
GeneralOptions containing all shared options.
|
private |