Expert for the Python MVA method.
More...
#include <Python.h>
Expert for the Python MVA method.
Definition at line 113 of file Python.h.
◆ apply()
std::vector< float > apply |
( |
Dataset & |
test_data | ) |
const |
|
overridevirtual |
Apply this expert onto a dataset.
- Parameters
-
Implements Expert.
Definition at line 425 of file Python.cc.
◆ applyMulticlass()
std::vector< std::vector< float > > applyMulticlass |
( |
Dataset & |
test_data | ) |
const |
|
overridevirtual |
Apply this expert onto a dataset for multiclass problem.
- Parameters
-
Reimplemented from Expert.
Definition at line 466 of file Python.cc.
◆ load()
Load the expert from a Weightfile.
- Parameters
-
weightfile | containing all information necessary to build the expert |
Implements Expert.
Definition at line 387 of file Python.cc.
The documentation for this class was generated from the following files: