SG++-Doxygen-Documentation
|
#include <RefinementFunctorTypeParser.hpp>
Static Public Member Functions | |
static RefinementFunctorType | parse (const std::string &input) |
Convert strings to values sgpp::base::RefinementFunctorType. More... | |
static const std::string & | toString (RefinementFunctorType type) |
generate string representations for values of sgpp::base::RefinementFunctorType. More... | |
|
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. |
Referenced by sgpp::datadriven::DataMiningConfigParser::getFitterAdaptivityConfig().
|
static |
generate string representations for values of sgpp::base::RefinementFunctorType.
type | enum value. |
Referenced by sgpp::datadriven::DataMiningConfigParser::getFitterAdaptivityConfig().