28#ifndef __TERRALIB_SA_INTERNAL_BAYESPARAMS_H
29#define __TERRALIB_SA_INTERNAL_BAYESPARAMS_H
76 std::unique_ptr<te::da::DataSet>
m_ds;
77 std::unique_ptr<te::sa::GeneralizedProximityMatrix>
m_gpm;
A class that models the description of a dataset.
This class defines the GPM class.
~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.
A dataset is the unit of information manipulated by the data access module of TerraLib.
An abstract class for data providers like a DBMS, Web Services or a regular file.
boost::shared_ptr< DataSource > DataSourcePtr
Namespace for the TerraLib SA module.
Enumerations related to Spatial Analysis module.
Configuration flags for the Terrralib Spatial Analysis module.
#define TESAEXPORT
You can use this macro in order to export/import classes and functions from this module.