Class that represents the Bayes output parameters. More...
#include <BayesParams.h>
Public Member Functions | |
| BayesOutputParams () | |
| Default constructor. More... | |
| ~BayesOutputParams () | |
| Virtual destructor. More... | |
Public Attributes | |
| te::da::DataSourcePtr | m_ds |
| Pointer to the output datasource. More... | |
| std::string | m_outputDataSetName |
| Attribute that defines the output dataset name. More... | |
Class that represents the Bayes output parameters.
Definition at line 94 of file BayesParams.h.
|
inline |
Default constructor.
Definition at line 99 of file BayesParams.h.
|
inline |
Virtual destructor.
Definition at line 105 of file BayesParams.h.
| te::da::DataSourcePtr te::sa::BayesOutputParams::m_ds |
Pointer to the output datasource.
Definition at line 111 of file BayesParams.h.
| std::string te::sa::BayesOutputParams::m_outputDataSetName |
Attribute that defines the output dataset name.
Definition at line 113 of file BayesParams.h.