![]() |
SG++-Doxygen-Documentation
|
#include <MatrixDecompositionTypeParser.hpp>
Static Public Member Functions | |
static MatrixDecompositionType | parse (const std::string &input) |
Convert strings to values sgpp::datadriven::MatrixDecompositionType. | |
static const std::string & | toString (MatrixDecompositionType type) |
generate string representations for values of sgpp::datadriven::MatrixDecompositionType. | |
|
static |
Convert strings to values sgpp::datadriven::MatrixDecompositionType.
Throws if there is no valid representation
input | case insensitive string representation of a sgpp::datadriven::MatrixDecompositionType. |
References sgpp::datadriven::Chol, sgpp::datadriven::DenseIchol, sgpp::datadriven::Eigen, sgpp::datadriven::LU, sgpp::datadriven::OrthoAdapt, sgpp::datadriven::SMW_chol, and sgpp::datadriven::SMW_ortho.
Referenced by sgpp::datadriven::DataMiningConfigParser::getFitterDensityEstimationConfig().
|
static |
generate string representations for values of sgpp::datadriven::MatrixDecompositionType.
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(), sgpp::datadriven::DMConfigTools::dumpToStream(), sgpp::datadriven::DataMiningConfigParser::getFitterDensityEstimationConfig(), sgpp::datadriven::DBMatDatabase::putDataMatrix(), and python.learner.formatter.GridFormatter.GridFormatter::serialize().