SG++-Doxygen-Documentation
|
#include <sgpp/base/grid/type/LinearGrid.hpp>
#include <sgpp/base/grid/type/ModLinearGrid.hpp>
#include <sgpp/base/grid/generation/functors/SurplusRefinementFunctor.hpp>
#include <sgpp/base/operation/hash/OperationMultipleEval.hpp>
#include <sgpp/base/operation/BaseOpFactory.hpp>
#include <sgpp/base/datatypes/DataVector.hpp>
#include <sgpp/base/datatypes/DataMatrix.hpp>
#include <sgpp/base/exception/application_exception.hpp>
#include <sgpp/base/tools/PrecisionConverter.hpp>
#include <sgpp/base/tools/GridPrinter.hpp>
#include <sgpp/solver/sle/ConjugateGradientsSP.hpp>
#include <sgpp/solver/sle/BiCGStabSP.hpp>
#include <sgpp/datadriven/application/LearnerBaseSP.hpp>
#include <sgpp/globaldef.hpp>
#include <sgpp/base/grid/type/LinearBoundaryGrid.hpp>
#include <iostream>
#include <string>
Namespaces | |
sgpp | |
This header contains some utility functions. | |
sgpp::datadriven | |
Variables | |
double | sgpp::datadriven::execTime_ |
execution time More... | |
double | sgpp::datadriven::GByte_ |
number of transferred Gbytes More... | |
double | sgpp::datadriven::GFlop_ |
number of executed Floating Point operations More... | |
bool | sgpp::datadriven::isRegression_ |
is regression selected More... | |
bool | sgpp::datadriven::isTrained_ |
is the grid trained More... | |
bool | sgpp::datadriven::isVerbose_ |