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

Teacher for the PDF MVA method. More...

#include <PDF.h>

Inheritance diagram for PDFTeacher:
Collaboration diagram for PDFTeacher:

Public Member Functions

 PDFTeacher (const GeneralOptions &general_options, const PDFOptions &specific_options)
 Constructs a new teacher using the GeneralOptions and PDFoptions for this training. More...
 
virtual Weightfile train (Dataset &training_data) const override
 Train PDF method using the given dataset returning a Weightfile. More...
 

Protected Attributes

GeneralOptions m_general_options
 GeneralOptions containing all shared options.
 

Private Attributes

PDFOptions m_specific_options
 Specific options of the PDF method.
 

Detailed Description

Teacher for the PDF MVA method.

Definition at line 63 of file PDF.h.

Constructor & Destructor Documentation

◆ PDFTeacher()

PDFTeacher ( const GeneralOptions general_options,
const PDFOptions specific_options 
)

Constructs a new teacher using the GeneralOptions and PDFoptions for this training.

Parameters
general_optionsdefining all shared options
specific_optionsdefining all options unique to the PDFTeacher

Definition at line 51 of file PDF.cc.

Member Function Documentation

◆ train()

Weightfile train ( Dataset training_data) const
overridevirtual

Train PDF method using the given dataset returning a Weightfile.

Parameters
training_dataused to train the method

Implements Teacher.

Definition at line 54 of file PDF.cc.


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