SG++-Doxygen-Documentation
sgpp::base::GeneralGridConfiguration Struct Reference

Struct to cluster general grid information for different grid "super" types. More...

#include <Grid.hpp>

Inheritance diagram for sgpp::base::GeneralGridConfiguration:
sgpp::base::CombiGridConfiguration sgpp::base::RegularGridConfiguration

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...
 

Detailed Description

Struct to cluster general grid information for different grid "super" types.

Member Data Documentation

◆ boundaryLevel_

◆ dim_

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().

◆ filename_

◆ generalType_

GeneralGridType sgpp::base::GeneralGridConfiguration::generalType_

◆ level_

◆ maxDegree_

◆ t_

double sgpp::base::GeneralGridConfiguration::t_ = 0.0

subgrid selection value t

Referenced by sgpp::datadriven::RegressionLearner::setWeights().

◆ type_


The documentation for this struct was generated from the following file: