Belle II Software development
|
Teacher for the Trivial MVA method. More...
#include <Trivial.h>
Public Member Functions | |
TrivialTeacher (const GeneralOptions &general_options, const TrivialOptions &specific_options) | |
Constructs a new teacher using the GeneralOptions and specific options of this training. | |
virtual Weightfile | train (Dataset &training_data) const override |
Train a mva method using the given dataset returning a Weightfile. | |
Protected Attributes | |
GeneralOptions | m_general_options |
GeneralOptions containing all shared options. | |
Private Attributes | |
TrivialOptions | m_specific_options |
Method specific options. | |
Teacher for the Trivial MVA method.
Used for debugging and testing
TrivialTeacher | ( | const GeneralOptions & | general_options, |
const TrivialOptions & | specific_options | ||
) |
Constructs a new teacher using the GeneralOptions and specific options of this training.
general_options | defining all shared options |
specific_options | defining all method specific options |
Definition at line 64 of file Trivial.cc.
|
overridevirtual |
Train a mva method using the given dataset returning a Weightfile.
training_data | used to train the method |
Implements Teacher.
Definition at line 68 of file Trivial.cc.
|
protectedinherited |
GeneralOptions containing all shared options.
|
private |