![]() |
Belle II Software development
|
Teacher for the ONNX MVA method. More...
#include <ONNX.h>
Public Member Functions | |
ONNXTeacher (const GeneralOptions &general_options, const ONNXOptions &) | |
Constructs a new teacher using the GeneralOptions and specific options of this training. | |
virtual Weightfile | train (Dataset &) const override |
Just returns a default-initialized weightfile. | |
Protected Attributes | |
GeneralOptions | m_general_options |
GeneralOptions containing all shared options. | |
Teacher for the ONNX MVA method.
Just there to satisfy the interface - doesn't do anything
|
inline |
Constructs a new teacher using the GeneralOptions and specific options of this training.
general_options | defining all shared options |
Definition at line 65 of file ONNX.h.
|
inlineoverridevirtual |
|
protectedinherited |
GeneralOptions containing all shared options.