Class used to execute the bayes global operations. More...
#include <BayesGlobalOperation.h>
Public Member Functions | |
| BayesGlobalOperation () | |
| Default constructor. More... | |
| void | execute () |
| Function to execute the bayes operation. More... | |
| void | setParameters (te::sa::BayesInputParams *inParams, te::sa::BayesOutputParams *outParams) |
| ~BayesGlobalOperation () | |
| Virtual destructor. More... | |
Protected Member Functions | |
| std::auto_ptr< te::mem::DataSet > | createDataSet (te::da::DataSet *inputDataSet, te::da::DataSetType *dsType) |
| std::auto_ptr < te::da::DataSetType > | createDataSetType (te::da::DataSetType *dsType) |
| void | runBayesGlobal (te::mem::DataSet *ds, std::size_t eventIdx, std::size_t popIdx, std::size_t bayesIdx) |
| void | saveDataSet (te::da::DataSet *dataSet, te::da::DataSetType *dsType) |
Protected Attributes | |
| std::auto_ptr < te::sa::BayesInputParams > | m_inputParams |
| Attribute with the bayes input parameters. More... | |
| std::auto_ptr < te::sa::BayesOutputParams > | m_outputParams |
| Attribute with the bayes output parameters. More... | |
Class used to execute the bayes global operations.
Definition at line 55 of file BayesGlobalOperation.h.
| te::sa::BayesGlobalOperation::BayesGlobalOperation | ( | ) |
Default constructor.
| te::sa::BayesGlobalOperation::~BayesGlobalOperation | ( | ) |
Virtual destructor.
|
protected |
Function used to create the output dataset
|
protected |
Function used to create the output dataset type
| void te::sa::BayesGlobalOperation::execute | ( | ) |
Function to execute the bayes operation.
|
protected |
|
protected |
Function used to save the output dataset
| void te::sa::BayesGlobalOperation::setParameters | ( | te::sa::BayesInputParams * | inParams, |
| te::sa::BayesOutputParams * | outParams | ||
| ) |
|
protected |
Attribute with the bayes input parameters.
Definition at line 87 of file BayesGlobalOperation.h.
|
protected |
Attribute with the bayes output parameters.
Definition at line 89 of file BayesGlobalOperation.h.