![]() |
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. | |
static const std::string & | toString (FitterType type) |
generate string representations for values of sgpp::datadriven::ScorerMetricType. | |
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::Classification, sgpp::datadriven::DensityDifferenceEstimation, sgpp::datadriven::DensityEstimation, sgpp::datadriven::DensityRatioEstimation, and sgpp::datadriven::RegressionLeastSquares.
Referenced by sgpp::datadriven::DataMiningConfigParser::getFitterConfigType().
|
static |
generate string representations for values of sgpp::datadriven::ScorerMetricType.
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(), and python.learner.formatter.GridFormatter.GridFormatter::serialize().