Belle II Software development
ONNXTeacher Class Reference

Teacher for the ONNX MVA method. More...

#include <ONNX.h>

Inheritance diagram for ONNXTeacher:
Teacher

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.
 

Detailed Description

Teacher for the ONNX MVA method.

Just there to satisfy the interface - doesn't do anything

Definition at line 57 of file ONNX.h.

Constructor & Destructor Documentation

◆ ONNXTeacher()

ONNXTeacher ( const GeneralOptions & general_options,
const ONNXOptions &  )
inline

Constructs a new teacher using the GeneralOptions and specific options of this training.

Parameters
general_optionsdefining all shared options

Definition at line 65 of file ONNX.h.

66 : Teacher(general_options) {}

Member Function Documentation

◆ train()

virtual Weightfile train ( Dataset & ) const
inlineoverridevirtual

Just returns a default-initialized weightfile.

Implements Teacher.

Definition at line 71 of file ONNX.h.

72 {
73 return Weightfile();
74 }

Member Data Documentation

◆ m_general_options

GeneralOptions m_general_options
protectedinherited

GeneralOptions containing all shared options.

Definition at line 49 of file Teacher.h.


The documentation for this class was generated from the following file: