Options for the ONNX MVA method.
More...
#include <ONNX.h>
|
virtual void | load (const boost::property_tree::ptree &) override |
| Load mechanism to load Options from a xml tree.
|
|
virtual void | save (boost::property_tree::ptree &) const override |
| Save mechanism to store Options in a xml tree.
|
|
virtual po::options_description | getDescription () override |
| Returns a program options description for all available options.
|
|
virtual std::string | getMethod () const override |
| Return method name.
|
|
Options for the ONNX MVA method.
Definition at line 26 of file ONNX.h.
◆ getDescription()
virtual po::options_description getDescription |
( |
| ) |
|
|
inlineoverridevirtual |
Returns a program options description for all available options.
Implements Options.
Definition at line 42 of file ONNX.h.
43 {
44 return po::options_description("ONNX options");
45 }
◆ getMethod()
virtual std::string getMethod |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ load()
virtual void load |
( |
const boost::property_tree::ptree & | | ) |
|
|
inlineoverridevirtual |
◆ save()
virtual void save |
( |
boost::property_tree::ptree & | | ) |
const |
|
inlineoverridevirtual |
The documentation for this class was generated from the following file: