SG++-Doxygen-Documentation
Loading...
Searching...
No Matches
sgpp::datadriven::DensityEstimationTypeParser Class Reference

#include <DensityEstimationTypeParser.hpp>

Static Public Member Functions

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

Member Function Documentation

◆ parse()

DensityEstimationType sgpp::datadriven::DensityEstimationTypeParser::parse ( const std::string &  input)
static

Convert strings to values sgpp::datadriven::DensityEstimationType.

Throws if there is no valid representation

Parameters
inputcase insensitive string representation of a sgpp::datadriven::DensityEstimationType.
Returns
the corresponding sgpp::datadriven::DensityEstimationType.

References sgpp::datadriven::CG, and sgpp::datadriven::Decomposition.

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

◆ toString()


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