![]() |
SG++-Doxygen-Documentation
|
#include <sgpp/datadriven/algorithm/DBMatDatabase.hpp>
#include <sgpp/base/exception/algorithm_exception.hpp>
#include <sgpp/base/exception/data_exception.hpp>
#include <sgpp/base/tools/json/DictNode.hpp>
#include <sgpp/base/tools/json/JSON.hpp>
#include <sgpp/base/tools/json/json_exception.hpp>
#include <sgpp/base/grid/GeneralGridTypeParser.hpp>
#include <sgpp/datadriven/algorithm/DBMatOfflineFactory.hpp>
#include <sgpp/datadriven/algorithm/DBMatOfflinePermutable.hpp>
#include <sgpp/datadriven/configuration/MatrixDecompositionTypeParser.hpp>
#include <algorithm>
#include <set>
#include <string>
#include <vector>
Namespaces | |
namespace | sgpp |
Class that stores, generates and manipulates a density function during online phase in on/off learning. | |
namespace | sgpp::datadriven |
Variables | |
const std::string | sgpp::datadriven::keyDecompositionType = "decomposition" |
const std::string | sgpp::datadriven::keyDensityEstimationConfiguration = "densityEstimationConfiguration" |
const std::string | sgpp::datadriven::keyFilepath = "filepath" |
const std::string | sgpp::datadriven::keyGridConfiguration = "gridConfiguration" |
const std::string | sgpp::datadriven::keyGridDimension = "dimension" |
const std::string | sgpp::datadriven::keyGridLevel = "level" |
const std::string | sgpp::datadriven::keyGridType = "type" |
const std::string | sgpp::datadriven::keyRegularizationConfiguration = "regularizationConfiguration" |
const std::string | sgpp::datadriven::keyRegularizationStrength = "lambda" |