![]() |
SG++-Doxygen-Documentation
|
#include <RefinementFunctorTypeParser.hpp>
Static Public Member Functions | |
static RefinementFunctorType | parse (const std::string &input) |
Convert strings to values sgpp::base::RefinementFunctorType. | |
static const std::string & | toString (RefinementFunctorType type) |
generate string representations for values of sgpp::base::RefinementFunctorType. | |
|
static |
Convert strings to values sgpp::base::RefinementFunctorType.
Throws if there is no valid representation
input | case insensitive string representation of a sgpp::base::RefinementFunctorType. |
References sgpp::base::Classification, sgpp::base::DataBased, sgpp::base::GridPointBased, sgpp::base::MultipleClass, sgpp::base::Surplus, sgpp::base::SurplusVolume, and sgpp::base::ZeroCrossing.
Referenced by sgpp::datadriven::DataMiningConfigParser::getFitterAdaptivityConfig().
|
static |
generate string representations for values of sgpp::base::RefinementFunctorType.
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().