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