Belle II Software development
|
Expert for the Trivial MVA method. More...
#include <Trivial.h>
Public Member Functions | |
virtual void | load (Weightfile &weightfile) override |
Load the expert from a Weightfile. | |
virtual std::vector< float > | apply (Dataset &test_data) const override |
Apply this expert onto a dataset. | |
virtual std::vector< std::vector< float > > | applyMulticlass (Dataset &test_data) const override |
Apply this expert onto a dataset. | |
Protected Attributes | |
GeneralOptions | m_general_options |
General options loaded from the weightfile. | |
Private Attributes | |
TrivialOptions | m_specific_options |
Method specific options. | |
Expert for the Trivial MVA method.
Used for debugging and testing
|
overridevirtual |
Apply this expert onto a dataset.
test_data | dataset |
Implements Expert.
Definition at line 83 of file Trivial.cc.
|
overridevirtual |
Apply this expert onto a dataset.
test_data | dataset |
Reimplemented from Expert.
Definition at line 102 of file Trivial.cc.
|
overridevirtual |
Load the expert from a Weightfile.
weightfile | containing all information necessary to build the expert |
Implements Expert.
Definition at line 77 of file Trivial.cc.
|
protectedinherited |
|
private |