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