28#ifndef __TERRALIB_SA_INTERNAL_BAYESPARAMS_H
29#define __TERRALIB_SA_INTERNAL_BAYESPARAMS_H
32#include "../../dataaccess/dataset/DataSet.h"
33#include "../../dataaccess/dataset/DataSetType.h"
34#include "../../dataaccess/datasource/DataSource.h"
35#include "../core/GeneralizedProximityMatrix.h"
65 m_populationAttrName =
"";
76 std::unique_ptr<te::da::DataSet>
m_ds;
77 std::unique_ptr<te::sa::GeneralizedProximityMatrix>
m_gpm;
101 m_outputDataSetName =
"";
Class that represents the Bayes output parameters.
~BayesOutputParams()
Virtual destructor.
te::da::DataSourcePtr m_ds
Pointer to the output datasource.
BayesOutputParams()
Default constructor.
std::string m_outputDataSetName
Attribute that defines the output dataset name.
boost::shared_ptr< DataSource > DataSourcePtr
#define TESAEXPORT
You can use this macro in order to export/import classes and functions from this module.