Expert for the TMVA Multiclass MVA method.
More...
#include <TMVA.h>
|
virtual void | load (Weightfile &weightfile) override |
| Load the expert from a Weightfile. More...
|
|
virtual std::vector< float > | apply (Dataset &test_data) const override |
| Apply this m_expert onto a dataset. More...
|
|
virtual std::vector< float > | apply (Dataset &test_data, const unsigned int classID) const override |
| Apply this expert onto a dataset. More...
|
|
Expert for the TMVA Multiclass MVA method.
Definition at line 341 of file TMVA.h.
◆ apply() [1/2]
virtual std::vector<float> apply |
( |
Dataset & |
test_data | ) |
const |
|
inlineoverridevirtual |
Apply this m_expert onto a dataset.
- Parameters
-
Implements Expert.
Definition at line 354 of file TMVA.h.
357 return std::vector<float>();
◆ apply() [2/2]
std::vector< float > apply |
( |
Dataset & |
test_data, |
|
|
const unsigned int |
classID |
|
) |
| const |
|
overridevirtual |
Apply this expert onto a dataset.
Multi-class mode signature.
- Parameters
-
test_data | dataset |
classID | class identifier. |
Reimplemented from Expert.
Definition at line 587 of file TMVA.cc.
◆ load()
Load the expert from a Weightfile.
- Parameters
-
weightfile | containing all information necessary to build the m_expert |
Reimplemented from TMVAExpert.
Definition at line 506 of file TMVA.cc.
The documentation for this class was generated from the following files: