Expert for the FANN MVA method.
More...
#include <FANN.h>
Expert for the FANN MVA method.
Definition at line 111 of file FANN.h.
◆ apply() [1/2]
std::vector< float > apply |
( |
Dataset & |
test_data | ) |
const |
|
overridevirtual |
Apply this expert onto a dataset.
- Parameters
-
Implements Expert.
Definition at line 343 of file FANN.cc.
◆ apply() [2/2]
virtual std::vector<float> apply |
( |
Dataset & |
test_data, |
|
|
const unsigned int |
classID |
|
) |
| const |
|
inlinevirtualinherited |
Apply this expert onto a dataset.
Multi-class mode signature. Not pure virtual, since not all derived classes need to re-implement this.
- Parameters
-
test_data | dataset |
classID | class identifier. |
Reimplemented in TMVAExpertMulticlass.
Definition at line 59 of file Expert.h.
◆ load()
Load the expert from a Weightfile.
- Parameters
-
weightfile | containing all information necessary to build the expert |
Implements Expert.
Definition at line 329 of file FANN.cc.
The documentation for this class was generated from the following files: