Belle II Software  release-08-01-10
TrivialTeacher Class Reference

Teacher for the Trivial MVA method. More...

#include <Trivial.h>

Inheritance diagram for TrivialTeacher:
Collaboration diagram for TrivialTeacher:

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. More...
 
virtual Weightfile train (Dataset &training_data) const override
 Train a mva method using the given dataset returning a Weightfile. More...
 

Protected Attributes

GeneralOptions m_general_options
 GeneralOptions containing all shared options.
 

Private Attributes

TrivialOptions m_specific_options
 Method specific options.
 

Detailed Description

Teacher for the Trivial MVA method.

Used for debugging and testing

Definition at line 62 of file Trivial.h.

Constructor & Destructor Documentation

◆ TrivialTeacher()

TrivialTeacher ( const GeneralOptions general_options,
const TrivialOptions specific_options 
)

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

Parameters
general_optionsdefining all shared options
specific_optionsdefining all method specific options

Definition at line 64 of file Trivial.cc.

Member Function Documentation

◆ train()

Weightfile train ( Dataset training_data) const
overridevirtual

Train a mva method using the given dataset returning a Weightfile.

Parameters
training_dataused to train the method

Implements Teacher.

Definition at line 68 of file Trivial.cc.


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