SG++-Doxygen-Documentation
Loading...
Searching...
No Matches
sgpp::base::AdaptivityThresholdTypeParser Class Reference

#include <AdaptivityThresholdTypeParser.hpp>

Static Public Member Functions

static AdaptivityThresholdType parse (const std::string &input)
 Convert strings to values sgpp::base::AdaptivityThresholdType.
 
static const std::string & toString (AdaptivityThresholdType type)
 generate string representations for values of sgpp::base::AdaptivityThresholdType.
 

Member Function Documentation

◆ parse()

AdaptivityThresholdType sgpp::base::AdaptivityThresholdTypeParser::parse ( const std::string &  input)
static

Convert strings to values sgpp::base::AdaptivityThresholdType.

Throws if there is no valid representation

Parameters
inputcase insensitive string representation of a sgpp::base::AdaptivityThresholdType.
Returns
the corresponding sgpp::base::AdaptivityThresholdType.

References sgpp::base::Absolute, and sgpp::base::Relative.

Referenced by sgpp::datadriven::DataMiningConfigParser::getFitterAdaptivityConfig().

◆ toString()


The documentation for this class was generated from the following files: