Teacher for the FANN MVA method.
More...
#include <FANN.h>
Teacher for the FANN MVA method.
Definition at line 85 of file FANN.h.
◆ FANNTeacher()
Constructs a new teacher using the GeneralOptions and specific options of this training.
- Parameters
-
general_options | defining all shared options |
specific_options | defininf all method specific options |
Definition at line 26 of file FANN.cc.
FANNOptions m_specific_options
Method specific options.
Teacher(const GeneralOptions &general_options)
Constructs a new teacher using the GeneralOptions for this training.
◆ train()
Train a mva method using the given dataset returning a Weightfile.
- Parameters
-
training_data | used to train the method |
Implements Teacher.
Definition at line 30 of file FANN.cc.
The documentation for this class was generated from the following files: