Class that represents the Bayes input parameters. More...
#include <BayesParams.h>
Public Member Functions | |
| BayesInputParams () | |
| Default constructor. More... | |
| ~BayesInputParams () | |
| Virtual destructor. More... | |
Public Attributes | |
| std::auto_ptr< te::da::DataSet > | m_ds |
| Attribute with data set. More... | |
| std::auto_ptr < te::da::DataSetType > | m_dsType |
| Attribute used to access the data set metadata. More... | |
| std::string | m_eventAttrName |
| Attribute from dataset with event information. More... | |
| std::auto_ptr < te::sa::GeneralizedProximityMatrix > | m_gpm |
| Attribute with gpm information (local bayes) More... | |
| std::string | m_gpmAttrLink |
| Attribute from dataset that was used to generate the gpm. More... | |
| std::string | m_populationAttrName |
| Attribute from dataset with population information. More... | |
| double | m_rate |
| Attribute with multiplicative rate correction. More... | |
Class that represents the Bayes input parameters.
Definition at line 56 of file BayesParams.h.
|
inline |
Default constructor.
Definition at line 61 of file BayesParams.h.
|
inline |
Virtual destructor.
Definition at line 69 of file BayesParams.h.
| std::auto_ptr<te::da::DataSet> te::sa::BayesInputParams::m_ds |
Attribute with data set.
Definition at line 76 of file BayesParams.h.
| std::auto_ptr<te::da::DataSetType> te::sa::BayesInputParams::m_dsType |
Attribute used to access the data set metadata.
Definition at line 75 of file BayesParams.h.
| std::string te::sa::BayesInputParams::m_eventAttrName |
Attribute from dataset with event information.
Definition at line 79 of file BayesParams.h.
| std::auto_ptr<te::sa::GeneralizedProximityMatrix> te::sa::BayesInputParams::m_gpm |
Attribute with gpm information (local bayes)
Definition at line 77 of file BayesParams.h.
| std::string te::sa::BayesInputParams::m_gpmAttrLink |
Attribute from dataset that was used to generate the gpm.
Definition at line 81 of file BayesParams.h.
| std::string te::sa::BayesInputParams::m_populationAttrName |
Attribute from dataset with population information.
Definition at line 80 of file BayesParams.h.
| double te::sa::BayesInputParams::m_rate |
Attribute with multiplicative rate correction.
Definition at line 83 of file BayesParams.h.