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