![]() |
SG++-Doxygen-Documentation
|
#include <sgpp/base/datatypes/DataMatrix.hpp>
#include <sgpp/base/datatypes/DataVector.hpp>
#include <sgpp/base/exception/application_exception.hpp>
#include <sgpp/base/grid/generation/functors/SurplusRefinementFunctor.hpp>
#include <sgpp/base/grid/type/LinearGrid.hpp>
#include <sgpp/base/grid/type/ModLinearGrid.hpp>
#include <sgpp/base/operation/BaseOpFactory.hpp>
#include <sgpp/base/operation/hash/OperationMultipleEval.hpp>
#include <sgpp/base/tools/GridPrinter.hpp>
#include <sgpp/base/tools/PrecisionConverter.hpp>
#include <sgpp/solver/sle/BiCGStabSP.hpp>
#include <sgpp/solver/sle/ConjugateGradientsSP.hpp>
#include <sgpp/datadriven/application/LearnerBaseSP.hpp>
#include <sgpp/base/grid/type/LinearBoundaryGrid.hpp>
#include <sgpp/globaldef.hpp>
#include <iostream>
#include <string>
Namespaces | |
namespace | sgpp |
Class that stores, generates and manipulates a density function during online phase in on/off learning. | |
namespace | sgpp::datadriven |