![]() |
SG++-Doxygen-Documentation
|
#include <CoarseningFunctorTypeParser.hpp>
Static Public Member Functions | |
static CoarseningFunctorType | parse (const std::string &input) |
Convert strings to values sgpp::base::CoarseningFunctorType. | |
static const std::string & | toString (CoarseningFunctorType type) |
generate string representations for values of sgpp::base::CoarseningFunctorType. | |
|
static |
Convert strings to values sgpp::base::CoarseningFunctorType.
Throws if there is no valid representation
input | case insensitive string representation of a sgpp::base::CoarseningFunctorType. |
References sgpp::base::Classification, sgpp::base::Surplus, and sgpp::base::SurplusVolume.
Referenced by sgpp::datadriven::DataMiningConfigParser::getFitterAdaptivityConfig().
|
static |
generate string representations for values of sgpp::base::CoarseningFunctorType.
type | enum value. |
Referenced by python.controller.LearnerEventController.LearnerEventController::__repr__(), python.controller.SolverEventController.SolverEventController::__repr__(), python.learner.Learner.Learner::createMemento(), python.uq.learner.Learner.Learner::createMemento(), sgpp::datadriven::DMConfigTools::dumpToStream(), sgpp::datadriven::DataMiningConfigParser::getFitterAdaptivityConfig(), and python.learner.formatter.GridFormatter.GridFormatter::serialize().