SG++-Doxygen-Documentation
|
Convenience class to convert strings to sgpp::datadriven::DataTransformationType and generate string representations for values of sgpp::datadriven::DataTransformationType. More...
#include <DataTransformationTypeParser.hpp>
Static Public Member Functions | |
static DataTransformationType | parse (const std::string &input) |
Convert strings to values sgpp::datadriven::DataTransformationType. More... | |
static const std::string & | toString (DataTransformationType type) |
Generate string representations for values of sgpp::datadriven::DataTransformationType. More... | |
Convenience class to convert strings to sgpp::datadriven::DataTransformationType and generate string representations for values of sgpp::datadriven::DataTransformationType.
|
static |
Convert strings to values sgpp::datadriven::DataTransformationType.
Throws if there is no valid representation
input | case insensitive string representation of a sgpp::datadriven::DataTransformationType. |
References sgpp::datadriven::NONE, and sgpp::datadriven::ROSENBLATT.
Referenced by sgpp::datadriven::DataMiningConfigParser::getHPOMethod().
|
static |
Generate string representations for values of sgpp::datadriven::DataTransformationType.
type | enum value. |
References sgpp::datadriven::NONE, and sgpp::datadriven::ROSENBLATT.
Referenced by sgpp::datadriven::DataMiningConfigParser::getHPOMethod().