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

Teacher for the FastBDT MVA method. More...

#include <FastBDT.h>

Inheritance diagram for FastBDTTeacher:
Collaboration diagram for FastBDTTeacher:

Public Member Functions

 FastBDTTeacher (const GeneralOptions &general_options, const FastBDTOptions &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

FastBDTOptions m_specific_options
 Method specific options.
 

Detailed Description

Teacher for the FastBDT MVA method.

Definition at line 98 of file FastBDT.h.

Constructor & Destructor Documentation

◆ FastBDTTeacher()

FastBDTTeacher ( const GeneralOptions general_options,
const FastBDTOptions specific_options 
)

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

Parameters
general_optionsdefining all shared options
specific_optionsdefininf all method specific options

Definition at line 156 of file FastBDT.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 160 of file FastBDT.cc.


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