Expert for the TMVA Multiclass MVA method.
More...
#include <TMVA.h>
Expert for the TMVA Multiclass MVA method.
Definition at line 328 of file TMVA.h.
◆ apply()
virtual std::vector<float> apply |
( |
Dataset & |
test_data | ) |
const |
|
inlineoverridevirtual |
Apply this m_expert onto a dataset.
- Parameters
-
Implements Expert.
Definition at line 341 of file TMVA.h.
344 return std::vector<float>();
◆ applyMulticlass()
std::vector< std::vector< float > > applyMulticlass |
( |
Dataset & |
test_data | ) |
const |
|
overridevirtual |
Apply this m_expert onto a dataset.
- Parameters
-
- Returns
- vector of size N=test_data.getNumberOfEvents() with N=m_classes.size() scores for each event in the dataset.
Reimplemented from Expert.
Definition at line 526 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 445 of file TMVA.cc.
The documentation for this class was generated from the following files: