SG++-Doxygen-Documentation
|
Struct to cluster general grid information for different grid "super" types. More...
#include <Grid.hpp>
Public Attributes | |
level_t | boundaryLevel_ = 0 |
level of boundary grid More... | |
size_t | dim_ |
number of dimensions More... | |
std::string | filename_ |
string to serialized grid More... | |
GeneralGridType | generalType_ |
int | level_ |
number of levels More... | |
size_t | maxDegree_ = 1 |
max. polynomial degree for poly basis More... | |
double | t_ = 0.0 |
subgrid selection value t More... | |
sgpp::base::GridType | type_ = GridType::Linear |
Grid Type, see enum. More... | |
Struct to cluster general grid information for different grid "super" types.
level_t sgpp::base::GeneralGridConfiguration::boundaryLevel_ = 0 |
level of boundary grid
Referenced by sgpp::datadriven::ModelFittingBase::buildGrid(), sgpp::base::Grid::createGrid(), sgpp::datadriven::DataMiningConfigParser::getFitterGridConfig(), sgpp::datadriven::LearnerScenario::getGridConfig(), sgpp::datadriven::LearnerSGDEConfiguration::initConfig(), sgpp::datadriven::SparseGridDensityEstimatorConfiguration::initConfig(), main(), sgpp::base::OperationArbitraryBoundaryHierarchisation::OperationArbitraryBoundaryHierarchisation(), sgpp::datadriven::LearnerScenario::setGridConfig(), sgpp::datadriven::FitterConfigurationLeastSquares::setupDefaults(), and sgpp::datadriven::SparseGridDensityEstimatorConfiguration::SparseGridDensityEstimatorConfiguration().
size_t sgpp::base::GeneralGridConfiguration::dim_ |
number of dimensions
Referenced by sgpp::datadriven::ModelFittingBase::buildGrid(), sgpp::datadriven::GridFactory::createGrid(), sgpp::base::Grid::createGrid(), sgpp::datadriven::LearnerSVM::createRegularGrid(), sgpp::datadriven::LearnerSGD::createRegularGrid(), sgpp::datadriven::LearnerSGDE::createRegularGrid(), sgpp::datadriven::RosenblattTransformation::createSGDELearner(), sgpp::datadriven::LearnerSGDE::getDim(), sgpp::datadriven::SparseGridDensityEstimator::getDim(), sgpp::datadriven::DataMiningConfigParser::getFitterGridConfig(), sgpp::datadriven::LearnerScenario::getGridConfig(), sgpp::datadriven::LearnerSGDEConfiguration::initConfig(), sgpp::datadriven::SparseGridDensityEstimatorConfiguration::initConfig(), sgpp::datadriven::LearnerSGD::initialize(), sgpp::datadriven::LearnerSGDE::initialize(), sgpp::datadriven::SparseGridDensityEstimator::initialize(), sgpp::datadriven::LearnerBaseSP::InitializeGrid(), sgpp::datadriven::LearnerBase::InitializeGrid(), sgpp::datadriven::MetaLearner::learnAndCompareString(), sgpp::datadriven::MetaLearner::learnAndTestString(), sgpp::datadriven::LearnerSGDEConfiguration::LearnerSGDEConfiguration(), sgpp::datadriven::MetaLearner::learnReferenceString(), sgpp::datadriven::MetaLearner::learnString(), main(), sgpp::base::OperationArbitraryBoundaryHierarchisation::OperationArbitraryBoundaryHierarchisation(), sgpp::datadriven::DBMatDatabase::putDataMatrix(), sgpp::datadriven::LearnerScenario::setGridConfig(), sgpp::datadriven::FitterConfigurationLeastSquares::setupDefaults(), sgpp::datadriven::FitterConfigurationDensityEstimation::setupDefaults(), sgpp::datadriven::RegressionLearner::setWeights(), sgpp::datadriven::SparseGridDensityEstimatorConfiguration::SparseGridDensityEstimatorConfiguration(), and sgpp::datadriven::LearnerSGDE::trainOnline().
std::string sgpp::base::GeneralGridConfiguration::filename_ |
string to serialized grid
Referenced by sgpp::base::Grid::createGrid(), sgpp::datadriven::LearnerSGDE::createRegularGrid(), sgpp::datadriven::DataMiningConfigParser::getFitterGridConfig(), sgpp::datadriven::LearnerSGDEConfiguration::LearnerSGDEConfiguration(), and sgpp::datadriven::SparseGridDensityEstimatorConfiguration::SparseGridDensityEstimatorConfiguration().
GeneralGridType sgpp::base::GeneralGridConfiguration::generalType_ |
int sgpp::base::GeneralGridConfiguration::level_ |
number of levels
Referenced by sgpp::datadriven::ModelFittingBase::buildGrid(), sgpp::datadriven::GridFactory::createGrid(), sgpp::datadriven::LearnerSVM::createRegularGrid(), sgpp::datadriven::LearnerSGD::createRegularGrid(), sgpp::datadriven::SparseGridDensityEstimator::createRegularGrid(), sgpp::datadriven::LearnerSGDE::createRegularGrid(), sgpp::datadriven::RosenblattTransformation::createSGDELearner(), sgpp::datadriven::DataMiningConfigParser::getFitterGridConfig(), sgpp::datadriven::LearnerScenario::getGridConfig(), sgpp::datadriven::LearnerSGDEConfiguration::initConfig(), sgpp::datadriven::SparseGridDensityEstimatorConfiguration::initConfig(), sgpp::datadriven::LearnerBaseSP::InitializeGrid(), sgpp::datadriven::LearnerBase::InitializeGrid(), sgpp::datadriven::LearnerSGDEConfiguration::LearnerSGDEConfiguration(), main(), sgpp::datadriven::DBMatDatabase::putDataMatrix(), sgpp::datadriven::LearnerScenario::setGridConfig(), sgpp::datadriven::FitterConfigurationDensityEstimation::setupDefaults(), sgpp::datadriven::FitterConfigurationLeastSquares::setupDefaults(), sgpp::datadriven::RegressionLearner::setWeights(), sgpp::datadriven::SparseGridDensityEstimatorConfiguration::SparseGridDensityEstimatorConfiguration(), and sgpp::datadriven::LearnerSGDE::trainOnline().
size_t sgpp::base::GeneralGridConfiguration::maxDegree_ = 1 |
max. polynomial degree for poly basis
Referenced by sgpp::base::Grid::createGrid(), sgpp::datadriven::DataMiningConfigParser::getFitterGridConfig(), sgpp::datadriven::LearnerScenario::getGridConfig(), sgpp::datadriven::LearnerSGDEConfiguration::initConfig(), sgpp::datadriven::SparseGridDensityEstimatorConfiguration::initConfig(), main(), sgpp::base::OperationArbitraryBoundaryHierarchisation::OperationArbitraryBoundaryHierarchisation(), sgpp::datadriven::LearnerScenario::setGridConfig(), sgpp::datadriven::FitterConfigurationLeastSquares::setupDefaults(), and sgpp::datadriven::SparseGridDensityEstimatorConfiguration::SparseGridDensityEstimatorConfiguration().
double sgpp::base::GeneralGridConfiguration::t_ = 0.0 |
subgrid selection value t
Referenced by sgpp::datadriven::RegressionLearner::setWeights().
sgpp::base::GridType sgpp::base::GeneralGridConfiguration::type_ = GridType::Linear |
Grid Type, see enum.
Referenced by sgpp::datadriven::ModelFittingBase::buildGrid(), sgpp::datadriven::GridFactory::createGrid(), sgpp::base::Grid::createGrid(), sgpp::datadriven::LearnerSVM::createRegularGrid(), sgpp::datadriven::LearnerSGD::createRegularGrid(), sgpp::datadriven::LearnerSGDE::createRegularGrid(), sgpp::datadriven::RosenblattTransformation::createSGDELearner(), sgpp::datadriven::DataMiningConfigParser::getFitterGridConfig(), sgpp::datadriven::LearnerScenario::getGridConfig(), sgpp::datadriven::LearnerSGDEConfiguration::initConfig(), sgpp::datadriven::SparseGridDensityEstimatorConfiguration::initConfig(), sgpp::datadriven::LearnerBaseSP::InitializeGrid(), sgpp::datadriven::LearnerBase::InitializeGrid(), sgpp::datadriven::LearnerSGDEConfiguration::LearnerSGDEConfiguration(), main(), sgpp::base::OperationArbitraryBoundaryHierarchisation::OperationArbitraryBoundaryHierarchisation(), sgpp::datadriven::LearnerScenario::setGridConfig(), sgpp::datadriven::FitterConfigurationDensityEstimation::setupDefaults(), sgpp::datadriven::FitterConfigurationLeastSquares::setupDefaults(), sgpp::datadriven::RegressionLearner::setWeights(), sgpp::datadriven::SparseGridDensityEstimatorConfiguration::SparseGridDensityEstimatorConfiguration(), and sgpp::datadriven::LearnerSGDE::trainOnline().