![]() |
SG++-Doxygen-Documentation
|
#include <chrono>
#include <iostream>
#include <random>
#include <sgpp/base/datatypes/DataVector.hpp>
#include <string>
Classes | |
class | sgpp::base::Distribution |
stores a sparse grid not a knot B-spline interpolant in the framework of a respsonse surface More... | |
Namespaces | |
namespace | sgpp |
Class that stores, generates and manipulates a density function during online phase in on/off learning. | |
namespace | sgpp::base |
Enumerations | |
enum class | sgpp::base::DistributionType { sgpp::base::Uniform , sgpp::base::Normal , sgpp::base::Lognormal , sgpp::base::TruncNormal , sgpp::base::Beta , sgpp::base::TruncExponential , sgpp::base::TruncGamma } |
enum to address different pdfs in a standardized way More... | |